diff --git a/serverless.yml b/serverless.yml index 43491cc..e95cbfc 100644 --- a/serverless.yml +++ b/serverless.yml @@ -209,10 +209,10 @@ functions: method: get getLatestPQQQuestionDetails: - handler: src/modules/host/handlers/getByIdPQQ.handler + handler: src/modules/host/handlers/getLatestQuestionDetailsPQQ.handler package: patterns: - - 'src/modules/host/handlers/getByIdPQQ.*' + - 'src/modules/host/handlers/getLatestQuestionDetailsPQQ.*' - 'src/modules/host/services/**' - 'common/**' - 'src/common/**'