summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-23 08:45:05 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-23 08:45:05 +0000
commit92c784dd057d8f110c677516909162c4cd4d00da (patch)
tree14e9774487171b9eab5abff3b7da14549687d9ff /cmd
parentb2d8fc460be3105ac383098e7cdc92171e5026ec (diff)
fix: remove orphaned HandleRefreshTab route
Diffstat (limited to 'cmd')
-rw-r--r--cmd/dashboard/main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go
index 1d9e054..68d3484 100644
--- a/cmd/dashboard/main.go
+++ b/cmd/dashboard/main.go
@@ -237,7 +237,6 @@ func main() {
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
r.Post("/cards", h.HandleCreateCard)