API enpoints on domain root #4

Closed
opened 2026-06-12 11:59:52 +02:00 by kalipso · 1 comment
Owner

Currently all api endpoints reside on the domain root. This will lead to problems when frontend and backend share the same domain.

For this reason i suggest moving all api calls behind /api/v1/ - which is a common practice to solve this issue.

Currently all api endpoints reside on the domain root. This will lead to problems when frontend and backend share the same domain. For this reason i suggest moving all api calls behind `/api/v1/` - which is a common practice to solve this issue.
ahtlon was assigned by kalipso 2026-06-22 14:53:18 +02:00
ahtlon referenced this issue from a commit 2026-06-24 15:16:40 +02:00
Author
Owner

Thanks for taking care! The docs endpoint logged during startup is still outdated. Instead http://127.0.0.1:8000/docs it should be http://127.0.0.1:8000/api/v1/docs. Same within readme.

Thanks for taking care! The docs endpoint logged during startup is still outdated. Instead `http://127.0.0.1:8000/docs` it should be `http://127.0.0.1:8000/api/v1/docs`. Same within readme.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: malobeo/gatekeeper#4