update:registration fee
This commit is contained in:
@ -100,7 +100,7 @@ export class RegistrationFeeController {
|
|||||||
/*
|
/*
|
||||||
#swagger.tags = ['Registration Fee']
|
#swagger.tags = ['Registration Fee']
|
||||||
#swagger.security = [{ "bearerAuth": [] }]
|
#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" } } } }
|
#swagger.requestBody = { required: true, content: { "application/json": { schema: { $ref: "#/components/schemas/registration_fee" } } } }
|
||||||
*/
|
*/
|
||||||
const queryRunner = OrmHelper.DB.createQueryRunner();
|
const queryRunner = OrmHelper.DB.createQueryRunner();
|
||||||
|
|||||||
Reference in New Issue
Block a user