Skip to content

Commit 91e5fc5

Browse files
aqsyonaslmangani
authored andcommitted
corrected JWT token port in README (#138)
1 parent c2e212a commit 91e5fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ knex seed:run
4545

4646
First, get JWT token.
4747
```
48-
curl -X POST localhost:8001/api/v3/auth \
48+
curl -X POST localhost:80/api/v3/auth \
4949
-d "username=admin&password=password"
5050
```
5151
You will receive a message similiar to the following one:

0 commit comments

Comments
 (0)