Router-Konflikt behoben: Logo über normale statische Route verfügbar

This commit is contained in:
2025-08-21 17:07:48 +02:00
parent f3c799b084
commit 91f0d843a0
2 changed files with 0 additions and 2 deletions

View File

@ -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