test
Some checks failed
Build and Publish / Metadata (push) Successful in 11s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 48s
Build and Publish / BuildAndDeployArm64 (push) Has been cancelled

This commit is contained in:
matst80
2025-11-05 18:00:25 +01:00
parent aef90e2bbb
commit 89ee3e725f

View File

@@ -168,7 +168,7 @@ func main() {
log.Fatalf("Unable to start otel %v", err)
}
mux.Handle("/cart", syncedServer.Serve())
mux.Handle("/", syncedServer.Serve())
// only for local
mux.HandleFunc("GET /add/remote/{host}", func(w http.ResponseWriter, r *http.Request) {
pool.AddRemote(r.PathValue("host"))