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

@@ -3,5 +3,5 @@ extends layout
block content
h1= title
p Welcome to #{title}! 
a(href="/logout") Want so say goodbye?
a(href=baseUrl+"/logout") Want so say goodbye?
p This name is fetched on server-side: #{email}

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