This commit is contained in:
2025-11-14 17:32:37 +05:30
2 changed files with 101 additions and 0 deletions

View File

@@ -276,6 +276,22 @@ functions:
path: /minglaradmin/update-profile
method: patch
prepopulateTeammate:
handler: src/modules/minglaradmin/handlers/prepopulateTeammate.handler
package:
patterns:
- "src/modules/minglaradmin/**"
- "common/**"
- "src/common/**"
- "node_modules/@prisma/client/**"
- "node_modules/.prisma/**"
events:
- httpApi:
path: /minglaradmin/prepopulate-Roles
method: get
addCompanyDetails:
handler: src/modules/host/handlers/addCompanyDetails.handler
package: