summaryrefslogtreecommitdiff
path: root/cmd/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dashboard')
-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 133b684..92a149b 100644
--- a/cmd/dashboard/main.go
+++ b/cmd/dashboard/main.go
@@ -324,6 +324,7 @@ func main() {
// Task detail/edit
r.Get("/tasks/detail", h.HandleGetTaskDetail)
+ r.Get("/task", h.HandleTaskDetailPage)
r.Post("/tasks/update", h.HandleUpdateTask)
// Shopping quick-add