This commit is contained in:
AnandaTon 2024-05-17 14:22:05 +07:00
commit 391501b665

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,