แก้ controller temp
This commit is contained in:
parent
6895e764ad
commit
576f6bcc0d
22 changed files with 22 additions and 22 deletions
|
|
@ -10,7 +10,7 @@ import permission from "../interfaces/permission";
|
|||
@Route("api/v1/org/profile-temp/avatar")
|
||||
@Tags("ProfileAvatar")
|
||||
@Security("bearerAuth")
|
||||
export class ProfileAvatarEmployeeController extends Controller {
|
||||
export class ProfileAvatarEmployeeTempController extends Controller {
|
||||
private profileRepository = AppDataSource.getRepository(ProfileEmployee);
|
||||
private avatarRepository = AppDataSource.getRepository(ProfileAvatar);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue