fix: เเก้เขียน Route ผิด

This commit is contained in:
Net 2024-03-21 17:11:01 +07:00
parent 9ae76f6592
commit 2141234f31

View file

@ -25,7 +25,7 @@ import {
UpdateProfileDiscipline,
} from "../entities/ProfileDiscipline";
@Route("api/v1/org/profile/disipline")
@Route("api/v1/org/profile/discipline")
@Tags("ProfileDiscipline")
@Security("bearerAuth")
export class ProfileDisciplineController extends Controller {