Merge branch 'develop' into adiDev

This commit is contained in:
AdisakKanthawilang 2024-01-31 16:16:29 +07:00
commit 24d0d06b62

View file

@ -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 },