mirror of
https://github.com/hex248/sprint.git
synced 2026-02-09 02:33:02 +00:00
sprint routes
This commit is contained in:
@@ -26,6 +26,8 @@ import projectDelete from "./project/delete";
|
||||
import projectUpdate from "./project/update";
|
||||
import projectWithCreator from "./project/with-creator";
|
||||
import projectsWithCreators from "./project/with-creators";
|
||||
import sprintCreate from "./sprint/create";
|
||||
import sprintsByProject from "./sprints/by-project";
|
||||
import timerEnd from "./timer/end";
|
||||
import timerGet from "./timer/get";
|
||||
import timerGetInactive from "./timer/get-inactive";
|
||||
@@ -75,6 +77,9 @@ export const routes = {
|
||||
projectsAll,
|
||||
projectsWithCreators,
|
||||
|
||||
sprintCreate,
|
||||
sprintsByProject,
|
||||
|
||||
timerToggle,
|
||||
timerGet,
|
||||
timerGetInactive,
|
||||
|
||||
Reference in New Issue
Block a user