no message

This commit is contained in:
Kittapath 2024-05-17 14:16:40 +07:00
parent 68394fe07c
commit 2869430083

View file

@ -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,