add school or company api

This commit is contained in:
paritosh18
2026-02-19 16:25:43 +05:30
parent b002077381
commit 340d47a708
4 changed files with 187 additions and 18 deletions

View File

@@ -226,4 +226,19 @@ searchCities:
events:
- httpApi:
path: /user/connections/search-cities
method: get
method: get
addSchoolCompanyDetail:
handler: src/modules/user/handlers/connections/addSchoolCompanyDetail.handler
memorySize: 384
package:
patterns:
- 'src/modules/user/handlers/connections/**'
- ${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: /user/connections/add-school-company
method: post