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"))