Change log message
This commit is contained in:
parent
3fa5cf46d2
commit
073dfafb28
@ -23,7 +23,7 @@ func GetRoutes(app *app.App) {
|
|||||||
}
|
}
|
||||||
staticHandler := http.FileServer(http.FS(staticFS))
|
staticHandler := http.FileServer(http.FS(staticFS))
|
||||||
http.Handle("/static/", http.StripPrefix("/static/", staticHandler))
|
http.Handle("/static/", http.StripPrefix("/static/", staticHandler))
|
||||||
log.Println("Serving static files from embedded FS")
|
log.Println("Serving static files from embedded file system /static")
|
||||||
|
|
||||||
// Pages
|
// Pages
|
||||||
http.HandleFunc("/", getController.ShowHome)
|
http.HandleFunc("/", getController.ShowHome)
|
||||||
|
Loading…
Reference in New Issue
Block a user