From f75993f738a5aa28d47fdf58f06b23dfd2d08239 Mon Sep 17 00:00:00 2001 From: Mayank Mishra Date: Sat, 29 Nov 2025 12:06:13 +0530 Subject: [PATCH] made the file name clear --- serverless/functions/minglaradmin.yml | 4 ++-- ...getAllHostApplication.ts => getAllHostApplicationForAM.ts} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/modules/minglaradmin/handlers/hosthub/hosts/{getAllHostApplication.ts => getAllHostApplicationForAM.ts} (100%) diff --git a/serverless/functions/minglaradmin.yml b/serverless/functions/minglaradmin.yml index a4f9583..635454f 100644 --- a/serverless/functions/minglaradmin.yml +++ b/serverless/functions/minglaradmin.yml @@ -127,8 +127,8 @@ inviteTeammate: path: /minglaradmin/settings/teammates/invite-teammate method: post -getAllHostApplication: - handler: src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplication.handler +getAllHostApplicationForAM: + handler: src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplicationForAM.handler memorySize: 512 package: patterns: diff --git a/src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplication.ts b/src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplicationForAM.ts similarity index 100% rename from src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplication.ts rename to src/modules/minglaradmin/handlers/hosthub/hosts/getAllHostApplicationForAM.ts