slask
All checks were successful
Build and Publish / Metadata (push) Successful in 12s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 49s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m19s

This commit is contained in:
matst80
2025-11-05 18:03:20 +01:00
parent 89ee3e725f
commit c71b668a87
2 changed files with 3 additions and 3 deletions

View File

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