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, 1 insertions, 1 deletions
diff --git a/cmd/dashboard/main.go b/cmd/dashboard/main.go
index 30b90ab..e52aeb0 100644
--- a/cmd/dashboard/main.go
+++ b/cmd/dashboard/main.go
@@ -52,7 +52,7 @@ func main() {
// Initialize handlers
h := handlers.New(db, todoistClient, trelloClient, obsidianClient, planToEatClient, cfg)
- tabsHandler := handlers.NewTabsHandler(db)
+ tabsHandler := handlers.NewTabsHandler(db, cfg.TemplateDir)
// Set up router
r := chi.NewRouter()