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,