sprint routes

This commit is contained in:
Oliver Bryan
2026-01-12 01:05:53 +00:00
parent 5e8a2eeff8
commit 3cef3d3827
4 changed files with 102 additions and 0 deletions

View File

@@ -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,