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