mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
better route project structure
This commit is contained in:
@@ -14,7 +14,7 @@ const main = async () => {
|
||||
"/issue/create": routes.issueCreate,
|
||||
"/issue/update": routes.issueUpdate,
|
||||
"/issue/delete": routes.issueDelete,
|
||||
"/issues/:projectId": routes.issues,
|
||||
"/issues/:projectBlob": routes.issuesInProject,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user