feat: configuration
/ publish (push) Successful in 3m27s

This commit is contained in:
2026-03-07 16:58:19 +01:00
parent 4efd3ee396
commit f5bcc7c381
20 changed files with 157 additions and 27 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ func registerStatic(mux *http.ServeMux) {
path = "/" + path
slog.Info("registering file", "path", path)
slog.Debug("registering file", "path", path)
mux.Handle(path, fileServer)