diff --git a/src/controllers/registrationfee.ts b/src/controllers/registrationfee.ts index efabcb1..4863288 100644 --- a/src/controllers/registrationfee.ts +++ b/src/controllers/registrationfee.ts @@ -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();