chore: update tags

This commit is contained in:
Methapon Metanipat 2024-10-25 09:39:02 +07:00
parent 73ec9bd323
commit 9f8914e5c3
2 changed files with 4 additions and 3 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 Payment")
@Tags("Payment")
@Route("api/v1/quotation/{quotationId}/payment")
export class QuotationPayment extends Controller {
@Get()
@ -123,7 +123,6 @@ export class QuotationPayment extends Controller {
@Put("{paymentId}/attachment/{name}")
async uploadPayment(
@Request() req: express.Request,
@Path() quotationId: string,
@Path() paymentId: string,
@Path() name: string,

View file

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