fix path
This commit is contained in:
parent
bc738f779e
commit
2dd9641d0c
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
MFE_BASE_URL=/mfe/dashboard
|
||||
MFE_BASE_URL=/mfe/business-metrics
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ export function bootstrapMfeApp(createApp: () => Promise<NgModuleRef<unknown> |
|
|||
params?: any
|
||||
} = {
|
||||
standalone: false,
|
||||
startUrl: '/mfe/dashboard'
|
||||
startUrl: '/mfe/business-metrics'
|
||||
},
|
||||
) {
|
||||
let containerBaseUrl = settings.containerBaseUrl || ''; // префикс ресурса
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue