เพิ่มpathผังเงินเดือนลูกจ้าง

This commit is contained in:
Kittapath 2024-03-13 09:33:34 +07:00
parent 87f29e22e9
commit cf44eb68c9
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ import HttpStatusCode from "../interfaces/http-status";
import { SalaryRankEmployees } from "../entities/SalaryRankEmployees"; import { SalaryRankEmployees } from "../entities/SalaryRankEmployees";
import { randomUUID } from "crypto"; import { randomUUID } from "crypto";
@Route("api/v1/salary") @Route("api/v1/salary/employee")
@Tags("Salary") @Tags("Salary")
@Security("bearerAuth") @Security("bearerAuth")
export class Salary extends Controller { export class Salary extends Controller {

View file

@ -24,7 +24,7 @@ import {
UpdateSalaryRankEmployee, UpdateSalaryRankEmployee,
} from "../entities/SalaryRankEmployees"; } from "../entities/SalaryRankEmployees";
import { Salarys } from "../entities/Salarys"; import { Salarys } from "../entities/Salarys";
@Route("api/v1/salary/rate") @Route("api/v1/salary/rate/employee")
@Tags("SalaryRankEmployee") @Tags("SalaryRankEmployee")
@Security("bearerAuth") @Security("bearerAuth")
@Response( @Response(