summaryrefslogtreecommitdiff
path: root/cmd/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dashboard')
-rw-r--r--cmd/dashboard/main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go
index 8d66359..4112640 100644
--- a/cmd/dashboard/main.go
+++ b/cmd/dashboard/main.go
@@ -250,10 +250,6 @@ func main() {
r.Get("/tasks/detail", h.HandleGetTaskDetail)
r.Post("/tasks/update", h.HandleUpdateTask)
- // Bug reporting
- r.Get("/bugs", h.HandleGetBugs)
- r.Post("/bugs", h.HandleReportBug)
-
// Shopping quick-add
r.Post("/shopping/add", h.HandleShoppingQuickAdd)
r.Post("/shopping/toggle", h.HandleShoppingToggle)