educationlevel

This commit is contained in:
AdisakKanthawilang 2024-02-02 16:56:47 +07:00
parent 7388202061
commit e80af15e9a
3 changed files with 195 additions and 4 deletions

View file

@ -67,7 +67,7 @@ export class RelationshipController extends Controller {
*
* @summary ORG_060 - (ADMIN) #65
*
* @param {string} id Id
* @param {string} id Id
*/
@Put("{id}")
async updateRelationship(
@ -105,7 +105,7 @@ export class RelationshipController extends Controller {
*
* @summary ORG_060 - (ADMIN) #65
*
* @param {string} id Id
* @param {string} id Id
*/
@Delete("{id}")
async deleteRelationship(@Path() id: string) {
@ -128,7 +128,7 @@ export class RelationshipController extends Controller {
*
* @summary ORG_060 - (ADMIN) #65
*
* @param {string} id Id
* @param {string} id Id
*/
@Get("{id}")
async detailRelationship(@Path() id: string) {
@ -151,7 +151,6 @@ export class RelationshipController extends Controller {
*
* @summary ORG_060 - (ADMIN) #65
*
* @param {string} id Id
*/
@Get()
async listRelationship() {