From 6740cf5dd8ced5bee552ea11c7cd87c95218a43e Mon Sep 17 00:00:00 2001 From: AdisakKanthawilang Date: Fri, 16 Feb 2024 14:18:39 +0700 Subject: [PATCH] fix bug --- src/controllers/SalaryRankController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/SalaryRankController.ts b/src/controllers/SalaryRankController.ts index 0050ef3..66e751a 100644 --- a/src/controllers/SalaryRankController.ts +++ b/src/controllers/SalaryRankController.ts @@ -147,7 +147,7 @@ import { * * @param {string} id Id ผังเงินเดือน */ - @Get("rate/{id}") + @Get("{id}") async listSalaryRanks( @Path() id: string, @Query('page') page: number = 1,