From 0a86bd380abd19d9535ee113610290d3a7d1797c Mon Sep 17 00:00:00 2001 From: matst80 Date: Wed, 5 Nov 2025 18:27:43 +0100 Subject: [PATCH] Update main.go --- 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..30d515f 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()) + syncedServer.Serve(mux) // only for local mux.HandleFunc("GET /add/remote/{host}", func(w http.ResponseWriter, r *http.Request) { pool.AddRemote(r.PathValue("host"))