We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e212a commit 91e5fc5Copy full SHA for 91e5fc5
docs/dev/README.md
@@ -45,7 +45,7 @@ knex seed:run
45
46
First, get JWT token.
47
```
48
-curl -X POST localhost:8001/api/v3/auth \
+curl -X POST localhost:80/api/v3/auth \
49
-d "username=admin&password=password"
50
51
You will receive a message similiar to the following one:
0 commit comments