From cf44eb68c9d494c82ecf2dd64c4886b273e02fb6 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 13 Mar 2024 09:33:34 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1pa?= =?UTF-8?q?th=E0=B8=9C=E0=B8=B1=E0=B8=87=E0=B9=80=E0=B8=87=E0=B8=B4?= =?UTF-8?q?=E0=B8=99=E0=B9=80=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99=E0=B8=A5?= =?UTF-8?q?=E0=B8=B9=E0=B8=81=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/SalaryEmployeeController.ts | 2 +- src/controllers/SalaryRankEmployeeController.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/SalaryEmployeeController.ts b/src/controllers/SalaryEmployeeController.ts index 2d722e0..5a72c72 100644 --- a/src/controllers/SalaryEmployeeController.ts +++ b/src/controllers/SalaryEmployeeController.ts @@ -26,7 +26,7 @@ import HttpStatusCode from "../interfaces/http-status"; import { SalaryRankEmployees } from "../entities/SalaryRankEmployees"; import { randomUUID } from "crypto"; -@Route("api/v1/salary") +@Route("api/v1/salary/employee") @Tags("Salary") @Security("bearerAuth") export class Salary extends Controller { diff --git a/src/controllers/SalaryRankEmployeeController.ts b/src/controllers/SalaryRankEmployeeController.ts index 8579ad0..6cfa146 100644 --- a/src/controllers/SalaryRankEmployeeController.ts +++ b/src/controllers/SalaryRankEmployeeController.ts @@ -24,7 +24,7 @@ import { UpdateSalaryRankEmployee, } from "../entities/SalaryRankEmployees"; import { Salarys } from "../entities/Salarys"; -@Route("api/v1/salary/rate") +@Route("api/v1/salary/rate/employee") @Tags("SalaryRankEmployee") @Security("bearerAuth") @Response(