From 89ee3e725fcfdfe580dbef16c2877b9420b7f25a Mon Sep 17 00:00:00 2001 From: matst80 Date: Wed, 5 Nov 2025 18:00:25 +0100 Subject: [PATCH] test --- cmd/cart/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cart/main.go b/cmd/cart/main.go index 601644f..269d571 100644 --- a/cmd/cart/main.go +++ b/cmd/cart/main.go @@ -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"))