diff --git a/backend/go-app/main.go b/backend/go-app/main.go index 0f5983c8..451caa07 100755 --- a/backend/go-app/main.go +++ b/backend/go-app/main.go @@ -5445,6 +5445,7 @@ func initHandlers() { r.HandleFunc("/api/v1/_ah/health", shuffle.HealthCheckHandler) r.HandleFunc("/api/v1/health", shuffle.RunOpsHealthCheck).Methods("GET", "OPTIONS") r.HandleFunc("/api/v1/health/stats", shuffle.GetOpsDashboardStats).Methods("GET", "OPTIONS") + r.HandleFunc("/api/v1/health/opensearch-prefix", shuffle.HandleFixOpensearchPrefix).Methods("POST", "OPTIONS") // Make user related locations // Fix user changes with org