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,