update:registration fee

This commit is contained in:
wayanrivan
2026-04-01 21:32:52 +07:00
parent 528af00d96
commit 3414bdabdf

View File

@ -100,7 +100,7 @@ export class RegistrationFeeController {
/*
#swagger.tags = ['Registration Fee']
#swagger.security = [{ "bearerAuth": [] }]
#swagger.parameters['id'] = { description: 'Room ID', in: 'path', type: 'string' }
#swagger.parameters['id'] = { description: 'ID', in: 'path', type: 'string' }
#swagger.requestBody = { required: true, content: { "application/json": { schema: { $ref: "#/components/schemas/registration_fee" } } } }
*/
const queryRunner = OrmHelper.DB.createQueryRunner();