We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc19775 commit 2647a41Copy full SHA for 2647a41
1 file changed
docs/api-documentation.md
@@ -17,13 +17,13 @@ ENABLE_API_DOCS=true npm start
17
The interactive Swagger UI is available at:
18
19
```text
20
-http://localhost:5000/api-docs
+http://localhost:PORT/api-docs
21
```
22
23
The raw OpenAPI JSON is available at:
24
25
26
-http://localhost:5000/api-docs.json
+http://localhost:PORT/api-docs.json
27
28
29
Both routes require an authenticated `isAdmin` user. The API accepts JWT auth
0 commit comments