This commit is contained in:
2025-03-25 09:11:23 +00:00
parent f4a8983b48
commit 3598cb5fd9
7 changed files with 92 additions and 11 deletions

View File

@@ -20,6 +20,8 @@ func main() {
handlers.Submit(w, r)
case "/ticket":
handlers.NewTicket(db)
case "/tickets":
handlers.ListTickets(db)
case "/submit-ticket":
handlers.SubmitTicket(db)
default: