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 kalipso2026-06-22 14:53:18 +02:00
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.Thanks for taking care! The docs endpoint logged during startup is still outdated. Instead
http://127.0.0.1:8000/docsit should behttp://127.0.0.1:8000/api/v1/docs. Same within readme.