chore: add tag

This commit is contained in:
Methapon Metanipat 2024-10-24 11:57:30 +07:00
parent cef53c0db9
commit 438582054f
2 changed files with 2 additions and 1 deletions

View file

@ -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()

View file

@ -43,6 +43,7 @@
{ "name": "Work" },
{ "name": "Service" },
{ "name": "Quotation" },
{ "name": "Quotation Payment" },
{ "name": "Request List" }
]
}