bugfix2
All checks were successful
release-tag / release-image (push) Successful in 1m33s
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped

This commit is contained in:
2025-09-07 12:26:41 +02:00
parent a324d24b72
commit 8fd73ec786
2 changed files with 2 additions and 2 deletions

View File

@@ -413,7 +413,7 @@ func makeID() string {
// ---- Router ----
//go:embed \/web/**
//go:embed web/**
var embedded embed.FS
func (s *Server) routes() http.Handler {