Update ProfileSalaryEmployeeController.ts
This commit is contained in:
parent
9b92863196
commit
f73e0b1261
1 changed files with 2 additions and 2 deletions
|
|
@ -27,10 +27,10 @@ import { Profile } from "../entities/Profile";
|
|||
import { ProfileEmployee } from "../entities/ProfileEmployee";
|
||||
import { LessThan, MoreThan } from "typeorm";
|
||||
|
||||
@Route("api/v1/org/profile/salary")
|
||||
@Route("api/v1/org/profile-employee/salary")
|
||||
@Tags("ProfileSalary")
|
||||
@Security("bearerAuth")
|
||||
export class ProfileSalaryController extends Controller {
|
||||
export class ProfileSalaryEmployeeController extends Controller {
|
||||
private profileRepo = AppDataSource.getRepository(ProfileEmployee);
|
||||
private salaryRepo = AppDataSource.getRepository(ProfileSalary);
|
||||
private salaryHistoryRepo = AppDataSource.getRepository(ProfileSalaryHistory);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue