This commit is contained in:
cereci5049
2024-04-14 23:49:56 +05:30
parent 841a7ae1f0
commit 343ef3fdf5
3 changed files with 132 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ import
"/signup" -> post: ctx.postSignup()
"/admin/dashboard" -> get: ctx.admin()
"/admin/:id/show" -> get(id: int): ctx.adminShow(id)
servePublic("src/a3b", "/a3b")