From 286943008344c8ae6afb97094c261ca5a516b9cf Mon Sep 17 00:00:00 2001 From: Kittapath Date: Fri, 17 May 2024 14:16:40 +0700 Subject: [PATCH] no message --- src/controllers/ProfileEmployeeController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index 0f668c3a..96f26e7f 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -132,7 +132,7 @@ export class ProfileEmployeeController extends Controller { * @param {string} id Id ทะเบียนประวัติ */ @Put("{id}") - async updateProfile( + async updateProfileEmployee( @Request() request: RequestWithUser, @Path() id: string, @Body() body: UpdateProfileEmployee,