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 * @param {string} id Id
*/ */
@Put("{id}") @Put("{id}")
async updateProfile( async updateProfileEmployee(
@Request() request: RequestWithUser, @Request() request: RequestWithUser,
@Path() id: string, @Path() id: string,
@Body() body: UpdateProfileEmployee, @Body() body: UpdateProfileEmployee,