diff --git a/src/controllers/PositionController.ts b/src/controllers/PositionController.ts index 89909974..3be43dca 100644 --- a/src/controllers/PositionController.ts +++ b/src/controllers/PositionController.ts @@ -626,8 +626,8 @@ export class PositionController extends Controller { * @summary ORG_037 - รายละเอียดอัตรากำลัง (ADMIN) #36 * */ - @Get("master/{id}") - async detail(@Path() id: string) { + @Get("position/{id}") + async detailPosition(@Path() id: string) { try { const posMaster = await this.posMasterRepository.findOne({ where: { id },