chore: add tag
This commit is contained in:
parent
cef53c0db9
commit
438582054f
2 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
{ "name": "Work" },
|
||||
{ "name": "Service" },
|
||||
{ "name": "Quotation" },
|
||||
{ "name": "Quotation Payment" },
|
||||
{ "name": "Request List" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue