fixed code

This commit is contained in:
2025-11-21 13:31:41 +05:30
parent ee9c0027de
commit 926ea67e41
6 changed files with 102 additions and 15 deletions

View File

@@ -182,6 +182,22 @@ functions:
path: /host/getById
method: get
acceptMinglarAgreement:
handler: src/modules/host/handlers/acceptAgreement.handler
package:
patterns:
- 'src/modules/host/handlers/acceptAgreement.*'
- 'src/modules/host/services/**'
- 'common/**'
- 'src/common/**'
- 'node_modules/@prisma/client/**'
- 'node_modules/.prisma/**'
events:
- httpApi:
path: /host/accept-agreement
method: patch
getStepperInfo:
handler: src/modules/host/handlers/getStepper.handler
package: