RED-6686 version path fix
This commit is contained in:
parent
d32db58f24
commit
e36357bad5
@ -26,8 +26,8 @@ async function bootstrap(appConfig: AppConfig, version: { FRONTEND_APP_VERSION:
|
||||
}
|
||||
}
|
||||
|
||||
const configPromise = fetch('/ui/assets/config/config.json').then(resp => resp.json());
|
||||
const versionPromise = fetch('/ui/assets/version/version.json').then(resp => resp.json());
|
||||
const configPromise = fetch('/ui/assets/config/config.json').then(resp => resp.json());
|
||||
|
||||
Promise.all([configPromise, versionPromise])
|
||||
.then(([appConfig, version]) => bootstrap(appConfig, version))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user