diff --git a/src/controllers/05-quotation-payment-controller.ts b/src/controllers/05-quotation-payment-controller.ts index 1aebfe2..eb4b146 100644 --- a/src/controllers/05-quotation-payment-controller.ts +++ b/src/controllers/05-quotation-payment-controller.ts @@ -20,7 +20,7 @@ import HttpError from "../interfaces/http-error"; import HttpStatus from "../interfaces/http-status"; import { deleteFile, fileLocation, getFile, getPresigned, listFile, setFile } from "../utils/minio"; -@Tags("Quotation") +@Tags("Quotation Payment") @Route("api/v1/quotation/{quotationId}/payment") export class QuotationPayment extends Controller { @Get() diff --git a/tsoa.json b/tsoa.json index 3f80de7..b74afa9 100644 --- a/tsoa.json +++ b/tsoa.json @@ -43,6 +43,7 @@ { "name": "Work" }, { "name": "Service" }, { "name": "Quotation" }, + { "name": "Quotation Payment" }, { "name": "Request List" } ] }