prototyped svg reports
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
"ruben/inventory2/domains/accounts"
|
||||
etsy_platform "ruben/inventory2/domains/platforms/etsy"
|
||||
"ruben/inventory2/domains/raw_events"
|
||||
"ruben/inventory2/domains/reports"
|
||||
"ruben/inventory2/logging"
|
||||
accounts_api "ruben/inventory2/server/api/accounts"
|
||||
auth_api "ruben/inventory2/server/api/auth"
|
||||
@@ -22,6 +23,7 @@ func Routes(
|
||||
auth *auth.Service,
|
||||
sq *sse.Queue,
|
||||
accts *accounts.Store,
|
||||
reps *reports.Store,
|
||||
unp *sse.UpdateNotificationPublisher,
|
||||
rawEvents *raw_events.Store,
|
||||
etsy *etsy_platform.Platform,
|
||||
@@ -40,6 +42,7 @@ func Routes(
|
||||
r.Group("/accounts", auth.Authenticate()),
|
||||
logger.WithGroup("/accounts"),
|
||||
accts,
|
||||
reps,
|
||||
unp.Group("/accounts"),
|
||||
)
|
||||
webhooks.Routes(
|
||||
|
||||
Reference in New Issue
Block a user