The edit and delete functionality is broken for my projects. The frontend JavaScript still references /api/update/<nickname>/<project-slug>/ for both POST (save) and DELETE operations, but these endpoints now return 404 Not Found.
I have confirmed this by:
- Opening the edit page manually
- Inspecting the JS source — it still references
/api/update/<user>/<slug>/
- Sending the DELETE request manually with valid session cookie + CSRF token → 404
The edit and delete functionality is broken for my projects. The frontend JavaScript still references
/api/update/<nickname>/<project-slug>/for bothPOST(save) andDELETEoperations, but these endpoints now return404 Not Found.I have confirmed this by:
/api/update/<user>/<slug>/