another fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-29 10:10:50 +11:00
parent 3801122360
commit 51c5461632

View File

@@ -41,7 +41,7 @@ func staticFileServer(content embed.FS) gin.HandlerFunc {
// Root request should load index.htm
if len(fileName) == 1 {
log.Printf("staticFileServer replacing root request with index.html")
fileName = "index.html"
fileName = "www/index.html"
}
//log.Printf("staticFileServer attempting to load filename '%s'\n", fileName)