fix: fix route path that not ends with /

This commit is contained in:
Jonas Kaninda
2024-10-28 03:26:32 +01:00
parent d9cc629a4c
commit 5e4f5f4054
3 changed files with 15 additions and 18 deletions

View File

@@ -107,6 +107,7 @@ func (heathRoute HealthCheckRoute) HealthCheckHandler(w http.ResponseWriter, r *
}
func (heathRoute HealthCheckRoute) HealthReadyHandler(w http.ResponseWriter, r *http.Request) {
response := HealthCheckRouteResponse{
Name: "Goma Gateway",
Status: "healthy",
Error: "",
}