Miroslav Prasil
7 years ago
1 changed files with 2 additions and 3 deletions
@ -1,16 +1,15 @@ |
|||
--- a/src/app/services/services.module.ts
|
|||
+++ b/src/app/services/services.module.ts
|
|||
@@ -114,10 +114,9 @@ containerService.attachToWindow(window);
|
|||
|
|||
@@ -119,10 +119,8 @@
|
|||
export function initFactory(): Function { |
|||
return async () => { |
|||
await (storageService as HtmlStorageService).init(); |
|||
- const isDev = platformUtilsService.isDev();
|
|||
- if (!isDev && platformUtilsService.isSelfHost()) {
|
|||
- environmentService.baseUrl = window.location.origin;
|
|||
- }
|
|||
+ const isDev = false;
|
|||
+ environmentService.baseUrl = window.location.origin;
|
|||
+
|
|||
await apiService.setUrls({ |
|||
base: isDev ? null : window.location.origin, |
|||
api: isDev ? 'http://localhost:4000' : null, |
|||
|
Loading…
Reference in new issue