feat(m6): CSV export, Makefile, README, single-binary build
This commit is contained in:
@@ -49,6 +49,9 @@ func NewRouter(
|
||||
|
||||
syncH := NewSyncHandler(syncStore)
|
||||
syncH.Routes(r)
|
||||
|
||||
exportH := NewExportHandler(entrySvc, daySvc, weekSvc)
|
||||
exportH.Routes(r)
|
||||
})
|
||||
|
||||
// Serve embedded SPA if available (production build)
|
||||
|
||||
Reference in New Issue
Block a user