respect URL Base in http preloads and inline html links

This commit is contained in:
Harvey Tindall
2021-02-05 13:10:47 +00:00
parent 95a6b48c3e
commit b037b08152
3 changed files with 9 additions and 5 deletions
+2
View File
@@ -567,6 +567,8 @@ func start(asDaemon, firstCall bool) {
app.info.Fatalf("Failed to load language files: %+v\n", err)
}
}
cssHeader = app.loadCSSHeader()
app.info.Println("Loading routes")
if debugMode {
gin.SetMode(gin.DebugMode)