fixed the serverless file

This commit is contained in:
2025-11-21 16:23:38 +05:30
parent 1fea4f18f6
commit 4665cb7ca4
4 changed files with 6 additions and 1 deletions

1
package-lock.json generated
View File

@@ -42,6 +42,7 @@
"rxjs": "^7.8.1",
"serverless": "4.17.0",
"swagger-ui-express": "^5.0.0",
"tslib": "^2.8.1",
"yup": "^1.7.1",
"zod": "^4.1.12"
},

View File

@@ -59,6 +59,7 @@
"rxjs": "^7.8.1",
"serverless": "4.17.0",
"swagger-ui-express": "^5.0.0",
"tslib": "^2.8.1",
"yup": "^1.7.1",
"zod": "^4.1.12"
},

View File

@@ -295,6 +295,7 @@ functions:
- 'node_modules/.prisma/**'
- 'node_modules/@aws-sdk/**'
- 'node_modules/@smithy/**'
- 'node_modules/tslib/**'
events:
- httpApi:
@@ -493,6 +494,7 @@ functions:
- 'node_modules/.prisma/**'
- 'node_modules/@aws-sdk/**'
- 'node_modules/@smithy/**'
- 'node_modules/tslib/**'
events:
- httpApi:
@@ -511,6 +513,7 @@ functions:
- 'node_modules/.prisma/**'
- 'node_modules/@aws-sdk/**'
- 'node_modules/@smithy/**'
- 'node_modules/tslib/**'
events:
- httpApi:

View File

@@ -55,7 +55,7 @@ export const handler = safeHandler(async (
},
body: JSON.stringify({
success: true,
message: 'Application accepted successfully',
message: 'Application rejected successfully',
data: null,
}),
};