Skip to content

Commit 2647a41

Browse files
committed
chore: dynamic port
1 parent cc19775 commit 2647a41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api-documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ ENABLE_API_DOCS=true npm start
1717
The interactive Swagger UI is available at:
1818

1919
```text
20-
http://localhost:5000/api-docs
20+
http://localhost:PORT/api-docs
2121
```
2222

2323
The raw OpenAPI JSON is available at:
2424

2525
```text
26-
http://localhost:5000/api-docs.json
26+
http://localhost:PORT/api-docs.json
2727
```
2828

2929
Both routes require an authenticated `isAdmin` user. The API accepts JWT auth

0 commit comments

Comments
 (0)