made reject pqq by am api
This commit is contained in:
@@ -94,7 +94,6 @@ updateMinglarProfile:
|
||||
path: /minglaradmin/update-profile
|
||||
method: patch
|
||||
|
||||
|
||||
prepopulateRole:
|
||||
handler: src/modules/minglaradmin/handlers/prepopulateRole.handler
|
||||
memorySize: 384
|
||||
@@ -313,6 +312,22 @@ acceptHostApplication:
|
||||
path: /minglaradmin/hosthub/hosts/accept-host-application
|
||||
method: patch
|
||||
|
||||
RejectPQQByAM:
|
||||
handler: src/modules/minglaradmin/handlers/hosthub/hosts/rejectPQQbyAM.handler
|
||||
memorySize: 384
|
||||
package:
|
||||
patterns:
|
||||
- 'src/modules/minglaradmin/handlers/hosthub/hosts/**'
|
||||
- 'src/modules/minglaradmin/services/**'
|
||||
- ${file(./serverless/patterns/base.yml):pattern1}
|
||||
- ${file(./serverless/patterns/base.yml):pattern2}
|
||||
- ${file(./serverless/patterns/base.yml):pattern3}
|
||||
- ${file(./serverless/patterns/base.yml):pattern4}
|
||||
events:
|
||||
- httpApi:
|
||||
path: /minglaradmin/hosthub/hosts/reject-pqq-by-am
|
||||
method: patch
|
||||
|
||||
acceptHostApplicationMinglar:
|
||||
handler: src/modules/minglaradmin/handlers/hosthub/onboarding/acceptHostAppMinglar.handler
|
||||
memorySize: 384
|
||||
|
||||
Reference in New Issue
Block a user