mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
edit + delete capabilities for org, project, sprint
This commit is contained in:
@@ -27,6 +27,8 @@ import projectUpdate from "./project/update";
|
||||
import projectWithCreator from "./project/with-creator";
|
||||
import projectsWithCreators from "./project/with-creators";
|
||||
import sprintCreate from "./sprint/create";
|
||||
import sprintDelete from "./sprint/delete";
|
||||
import sprintUpdate from "./sprint/update";
|
||||
import sprintsByProject from "./sprints/by-project";
|
||||
import timerEnd from "./timer/end";
|
||||
import timerGet from "./timer/get";
|
||||
@@ -78,6 +80,8 @@ export const routes = {
|
||||
projectsWithCreators,
|
||||
|
||||
sprintCreate,
|
||||
sprintUpdate,
|
||||
sprintDelete,
|
||||
sprintsByProject,
|
||||
|
||||
timerToggle,
|
||||
|
||||
Reference in New Issue
Block a user