Non-necessary bug fix

This commit is contained in:
Sebastian Seedorf
2020-11-24 00:55:32 +01:00
parent 70bfe862e4
commit bef3b9e780
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
- const baseUrl = DefaultConfig.EXTERNAL_BASE_URL;
- const baseUrl = DefaultConfig.EXTERNAL_BASE_URL || DefaultConfig.BASE_PATH;
doctype html
html
head