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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go
index 6d1e34e..24fb8a6 100644
--- a/cmd/dashboard/main.go
+++ b/cmd/dashboard/main.go
@@ -361,6 +361,7 @@ func main() {
r.Get("/task", h.HandleTaskDetailPage)
r.Post("/tasks/update", h.HandleUpdateTask)
r.Post("/tasks/recurrence", h.HandleSetTaskRecurrence)
+ r.Delete("/tasks/{id}", h.HandleDeleteTask)
// Shopping quick-add
r.Post("/shopping/add", h.HandleShoppingQuickAdd)