Skip to content

Commit c680a19

Browse files
author
Your Name
committed
feat: add update sprint route
1 parent 49838ed commit c680a19

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/routes/sprint.routes.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@ router.post(
99
verifyAccessToken,
1010
createSprint,
1111
);
12+
router.put(
13+
'/api/organization/:organizationId/team/:teamId/project/:projectId/sprint/:sprintId',
14+
verifyAccessToken,
15+
createSprint,
16+
);
1217

1318
export default router;

0 commit comments

Comments
 (0)