Add ping route used by traefik/sablier

This commit is contained in:
Mike Conrad
2025-06-02 11:06:30 -04:00
parent 1f826b11c4
commit ce4318d38b

View File

@ -56,6 +56,7 @@ func isAllowed(method, path string) bool {
strings.HasSuffix(path, "/version") ||
strings.HasSuffix(path, "/info") ||
strings.HasSuffix(path, "/events") ||
strings.HasSuffix(path, "/_ping") ||
strings.HasSuffix(path, "/tasks") {
log.Printf("➡️ isAllowed %s", path)