Allow POST PayU return endpoints
All checks were successful
build-and-deploy / build-deploy (push) Successful in 36s

This commit is contained in:
androidlover5842
2026-01-30 08:43:56 +05:30
parent 9b3c8bf258
commit 238b4f39f3
2 changed files with 14 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ internal object PublicEndpoints {
|| (roomTypes.matches(path) && method == "GET")
|| roomTypeImages.matches(path)
|| (payuWebhook.matches(path) && method == "POST")
|| (payuReturn.matches(path) && method == "GET")
|| payuReturn.matches(path)
|| (path == "/image-tags" && method == "GET")
|| path == "/icons/png"
|| iconPngFile.matches(path)