Add UI console and spare forecast naming
This commit is contained in:
@@ -61,10 +61,15 @@ func NewServer(addr string, readTimeout, writeTimeout time.Duration, db *sql.DB)
|
||||
Analytics: analyticsRepo,
|
||||
})
|
||||
RegisterUIRoutes(mux, UIDependencies{
|
||||
Customers: registry.NewCustomerRepository(db),
|
||||
Projects: registry.NewProjectRepository(db),
|
||||
Assets: assetRepo,
|
||||
Components: componentRepo,
|
||||
Installations: installationRepo,
|
||||
Timeline: timelineRepo,
|
||||
Tickets: ticketRepo,
|
||||
Failures: failureRepo,
|
||||
Analytics: analyticsRepo,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user