fixed the file path

This commit is contained in:
2025-11-22 20:15:01 +05:30
parent d0fd8e6691
commit 38d3b4ca6a

View File

@@ -209,10 +209,10 @@ functions:
method: get method: get
getLatestPQQQuestionDetails: getLatestPQQQuestionDetails:
handler: src/modules/host/handlers/getByIdPQQ.handler handler: src/modules/host/handlers/getLatestQuestionDetailsPQQ.handler
package: package:
patterns: patterns:
- 'src/modules/host/handlers/getByIdPQQ.*' - 'src/modules/host/handlers/getLatestQuestionDetailsPQQ.*'
- 'src/modules/host/services/**' - 'src/modules/host/services/**'
- 'common/**' - 'common/**'
- 'src/common/**' - 'src/common/**'