diff options
Diffstat (limited to 'usecaseui-portal/src/index.html')
-rw-r--r-- | usecaseui-portal/src/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usecaseui-portal/src/index.html b/usecaseui-portal/src/index.html index efc279d1..fe4cda53 100644 --- a/usecaseui-portal/src/index.html +++ b/usecaseui-portal/src/index.html @@ -27,6 +27,9 @@ <body> <app-root></app-root> + <script> + window.baseUrl = window.location.origin; + </script> </body> </html>
\ No newline at end of file |