API enpoints on domain root #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.