mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
/issue/update
This commit is contained in:
@@ -12,6 +12,7 @@ const main = async () => {
|
||||
routes: {
|
||||
"/": () => new Response(`title: eussi\ndev-mode: ${DEV}\nport: ${PORT}`),
|
||||
"/issue/create": routes.issueCreate,
|
||||
"/issue/update": routes.issueUpdate,
|
||||
"/issues/:projectId": routes.issues,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user