fixed the serverless file
This commit is contained in:
1
package-lock.json
generated
1
package-lock.json
generated
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -55,7 +55,7 @@ export const handler = safeHandler(async (
|
||||
},
|
||||
body: JSON.stringify({
|
||||
success: true,
|
||||
message: 'Application accepted successfully',
|
||||
message: 'Application rejected successfully',
|
||||
data: null,
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user