Compute stable URL in types.NewFile, wire baseURL into console v1 Resolver
Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
@@ -64,6 +64,7 @@ type (
|
||||
riskManagement *riskmanagement.Service
|
||||
thirdParty *thirdparty.Service
|
||||
logger *log.Logger
|
||||
baseURL *baseurl.BaseURL
|
||||
customDomainCname string
|
||||
}
|
||||
)
|
||||
@@ -104,6 +105,7 @@ func NewMux(
|
||||
logger,
|
||||
thirdPartySvc,
|
||||
riskManagementSvc,
|
||||
baseURL,
|
||||
)
|
||||
|
||||
r.Group(func(r chi.Router) {
|
||||
|
||||
Reference in New Issue
Block a user