diff --git a/cmd/server/main.go b/cmd/server/main.go index 7392dd9..b00698f 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -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 diff --git a/web/static/logo.png b/web/static/logo.png index e69de29..5211f8e 100644 Binary files a/web/static/logo.png and b/web/static/logo.png differ