Router-Konflikt behoben: Logo über normale statische Route verfügbar
This commit is contained in:
@ -56,8 +56,6 @@ func main() {
|
||||
|
||||
// Statische Dateien bereitstellen
|
||||
r.Static("/static", "./web/static")
|
||||
// Logo aus Projektwurzel bereitstellen
|
||||
r.StaticFile("/static/logo.png", "./MediSoftware_Logo_rb_cut_trans_250.png")
|
||||
r.LoadHTMLGlob("web/templates/*")
|
||||
|
||||
// Routen definieren
|
||||
|
||||
Reference in New Issue
Block a user