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.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go
index ce447ff..620b889 100644
--- a/cmd/dashboard/main.go
+++ b/cmd/dashboard/main.go
@@ -130,6 +130,7 @@ func main() {
// Dashboard
r.Get("/", h.HandleDashboard)
+ r.Get("/conditions", h.HandleConditionsPage)
r.Post("/api/refresh", h.HandleRefresh)
r.Get("/api/tasks", h.HandleGetTasks)
r.Get("/api/meals", h.HandleGetMeals)
@@ -142,6 +143,7 @@ func main() {
r.Get("/tabs/meals", h.HandleTabMeals)
r.Get("/tabs/timeline", h.HandleTimeline)
r.Get("/tabs/shopping", h.HandleTabShopping)
+ r.Get("/tabs/conditions", h.HandleTabConditions)
r.Post("/tabs/refresh", h.HandleRefreshTab)
// Trello card operations