/issue/delete

This commit is contained in:
Oliver Bryan
2025-12-08 00:42:41 +00:00
parent 215cab0f62
commit 4b428782e2
3 changed files with 21 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const main = async () => {
"/": () => new Response(`title: eussi\ndev-mode: ${DEV}\nport: ${PORT}`),
"/issue/create": routes.issueCreate,
"/issue/update": routes.issueUpdate,
"/issue/delete": routes.issueDelete,
"/issues/:projectId": routes.issues,
},
});