summaryrefslogtreecommitdiff
path: root/cmd/dashboard/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dashboard/main.go')
-rw-r--r--cmd/dashboard/main.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go
index de3fb7c..7cacd06 100644
--- a/cmd/dashboard/main.go
+++ b/cmd/dashboard/main.go
@@ -137,6 +137,10 @@ func main() {
// Unified Quick Add (for Tasks tab)
r.Post("/unified-add", h.HandleUnifiedAdd)
r.Get("/partials/lists", h.HandleGetListsOptions)
+
+ // Bug reporting
+ r.Get("/bugs", h.HandleGetBugs)
+ r.Post("/bugs", h.HandleReportBug)
})
// Start server