Restructure the code to properly provide an API, and give proper responses on the web page #26
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?
I need to move the /api/ calls to the api.py file, and the calls coming from the web to the web.py file, with the form posting to it instead of the /api/ route
For example :