แก้ controller temp
This commit is contained in:
parent
6895e764ad
commit
576f6bcc0d
22 changed files with 22 additions and 22 deletions
|
|
@ -30,7 +30,7 @@ import permission from "../interfaces/permission";
|
|||
@Route("api/v1/org/profile-temp/ability")
|
||||
@Tags("ProfileAbilityEmployee")
|
||||
@Security("bearerAuth")
|
||||
export class ProfileAbilityEmployeeController extends Controller {
|
||||
export class ProfileAbilityEmployeeTempController extends Controller {
|
||||
private profileEmployeeRepo = AppDataSource.getRepository(ProfileEmployee);
|
||||
private profileAbilityRepo = AppDataSource.getRepository(ProfileAbility);
|
||||
private profileAbilityHistoryRepo = AppDataSource.getRepository(ProfileAbilityHistory);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue