made the getbyid pqq question details api

This commit is contained in:
2025-11-22 19:30:16 +05:30
parent 3b1aac921f
commit 1377e0ba9a
3 changed files with 77 additions and 0 deletions

View File

@@ -192,6 +192,22 @@ functions:
path: /host/getById
method: get
getPQQQuestionDetailsById:
handler: src/modules/host/handlers/getByIdPQQ.handler
package:
patterns:
- 'src/modules/host/handlers/getByIdPQQ.*'
- 'src/modules/host/services/**'
- 'common/**'
- 'src/common/**'
- 'node_modules/@prisma/client/**'
- 'node_modules/.prisma/**'
events:
- httpApi:
path: /host/get-pqq-question-details
method: get
acceptMinglarAgreement:
handler: src/modules/host/handlers/acceptAgreement.handler
package: