@@ -137,7 +137,7 @@ func main() {
}
}()
syncedServer := NewPoolServer(syncedPool, name)
syncedServer := NewPoolServer(syncedPool, fmt.Sprintf("%s, %s", name, podIp))
mux := http.NewServeMux()
mux.Handle("/api/", http.StripPrefix("/api", syncedServer.Serve()))
// only for local
The note is not visible to the blocked user.