diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-23 08:45:05 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-23 08:45:05 +0000 |
| commit | 92c784dd057d8f110c677516909162c4cd4d00da (patch) | |
| tree | 14e9774487171b9eab5abff3b7da14549687d9ff /cmd/dashboard/main.go | |
| parent | b2d8fc460be3105ac383098e7cdc92171e5026ec (diff) | |
fix: remove orphaned HandleRefreshTab route
Diffstat (limited to 'cmd/dashboard/main.go')
| -rw-r--r-- | cmd/dashboard/main.go | 1 |
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) |
