Add live docs URL to README and remove broken /docs shortcut

This commit is contained in:
2026-03-27 01:09:14 +01:00
parent a07d033e93
commit c20720f120
2 changed files with 3 additions and 4 deletions
+3 -1
View File
@@ -139,7 +139,9 @@ API runs on `http://localhost:8080`
## API Documentation
Access the interactive Swagger UI at `http://localhost:8080/api/v1/docs`
**Live:** [apocapoc.app/api/v1/docs](https://apocapoc.app/api/v1/docs)
**Local:** `http://localhost:8080/api/v1/docs`
Includes endpoint reference, schemas, authentication examples, and live testing.