Merge pull request #1939 from yashsinghcodes/nightly

fix opensearch prefix from health page
This commit is contained in:
Yash Singh
2026-02-09 16:28:16 +05:30
committed by GitHub
2 changed files with 53 additions and 7 deletions
+1
View File
@@ -5398,6 +5398,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