test
This commit is contained in:
@@ -168,7 +168,7 @@ func main() {
|
|||||||
log.Fatalf("Unable to start otel %v", err)
|
log.Fatalf("Unable to start otel %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
mux.Handle("/cart", syncedServer.Serve())
|
mux.Handle("/", syncedServer.Serve())
|
||||||
// only for local
|
// only for local
|
||||||
mux.HandleFunc("GET /add/remote/{host}", func(w http.ResponseWriter, r *http.Request) {
|
mux.HandleFunc("GET /add/remote/{host}", func(w http.ResponseWriter, r *http.Request) {
|
||||||
pool.AddRemote(r.PathValue("host"))
|
pool.AddRemote(r.PathValue("host"))
|
||||||
|
|||||||
Reference in New Issue
Block a user