mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
edit + delete capabilities for org, project, sprint
This commit is contained in:
@@ -70,6 +70,8 @@ const main = async () => {
|
||||
"/projects/with-creators": withCors(withAuth(routes.projectsWithCreators)),
|
||||
|
||||
"/sprint/create": withCors(withAuth(withCSRF(routes.sprintCreate))),
|
||||
"/sprint/update": withCors(withAuth(withCSRF(routes.sprintUpdate))),
|
||||
"/sprint/delete": withCors(withAuth(withCSRF(routes.sprintDelete))),
|
||||
"/sprints/by-project": withCors(withAuth(routes.sprintsByProject)),
|
||||
|
||||
"/timer/toggle": withCors(withAuth(withCSRF(routes.timerToggle))),
|
||||
|
||||
Reference in New Issue
Block a user