remove comment

This commit is contained in:
2025-12-17 18:51:46 +02:00
parent a9da570877
commit 8836ea2673

View File

@@ -140,14 +140,7 @@ var serveCmd = &cobra.Command{
app.LoadConfiguration(cfg)
srv := app.Server()
//mux := http.NewServeMux()
// static files
// staticPath := cfg.Server.StaticFilesPath
// slog.Debug("Setting up static file server", slog.String("path", staticPath))
// fs := http.FileServer(http.Dir(staticPath))
// mux.Handle("/static/", http.StripPrefix("/static/", fs))
// handler := loggingMiddleware(mux)
router := api.NewRouter(cfg)