diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/dashboard/main.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go index 620b889..2d2f63b 100644 --- a/cmd/dashboard/main.go +++ b/cmd/dashboard/main.go @@ -170,6 +170,10 @@ func main() { // 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) }) // Start server |
