made minor fixes

This commit is contained in:
2025-11-27 15:03:34 +05:30
parent f421a1e88a
commit 62637ecc9a
5 changed files with 52 additions and 40 deletions

View File

@@ -279,7 +279,7 @@ acceptHostApplication:
events:
- httpApi:
path: /minglaradmin/hosthub/hosts/accept-host-application
method: post
method: patch
acceptHostApplicationMinglar:
handler: src/modules/minglaradmin/handlers/hosthub/onboarding/acceptHostAppMinglar.handler
@@ -295,7 +295,7 @@ acceptHostApplicationMinglar:
events:
- httpApi:
path: /minglaradmin/hosthub/onboarding/accept-host-application-minglar
method: post
method: patch
rejectHostApplication:
handler: src/modules/minglaradmin/handlers/hosthub/onboarding/rejectHostApplication.handler