Non-necessary bug fix
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- const baseUrl = DefaultConfig.EXTERNAL_BASE_URL;
|
||||
- const baseUrl = DefaultConfig.EXTERNAL_BASE_URL || DefaultConfig.BASE_PATH;
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
|
||||
Reference in New Issue
Block a user