Skip to content

Commit 20f8173

Browse files
committed
docs: remove command prompt $
1 parent 392bd48 commit 20f8173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/addons/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class LoginController extends BaseController
232232
You could send a request with the existing user's credentials by curl like this:
233233

234234
```console
235-
$ curl --location 'http://localhost:8080/auth/jwt' \
235+
curl --location 'http://localhost:8080/auth/jwt' \
236236
--header 'Content-Type: application/json' \
237237
--data-raw '{"email" : "admin@example.jp" , "password" : "passw0rd!"}'
238238
```

0 commit comments

Comments
 (0)