chore: update tags
This commit is contained in:
parent
73ec9bd323
commit
9f8914e5c3
2 changed files with 4 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ import HttpError from "../interfaces/http-error";
|
||||||
import HttpStatus from "../interfaces/http-status";
|
import HttpStatus from "../interfaces/http-status";
|
||||||
import { deleteFile, fileLocation, getFile, getPresigned, listFile, setFile } from "../utils/minio";
|
import { deleteFile, fileLocation, getFile, getPresigned, listFile, setFile } from "../utils/minio";
|
||||||
|
|
||||||
@Tags("Quotation Payment")
|
@Tags("Payment")
|
||||||
@Route("api/v1/quotation/{quotationId}/payment")
|
@Route("api/v1/quotation/{quotationId}/payment")
|
||||||
export class QuotationPayment extends Controller {
|
export class QuotationPayment extends Controller {
|
||||||
@Get()
|
@Get()
|
||||||
|
|
@ -123,7 +123,6 @@ export class QuotationPayment extends Controller {
|
||||||
|
|
||||||
@Put("{paymentId}/attachment/{name}")
|
@Put("{paymentId}/attachment/{name}")
|
||||||
async uploadPayment(
|
async uploadPayment(
|
||||||
@Request() req: express.Request,
|
|
||||||
@Path() quotationId: string,
|
@Path() quotationId: string,
|
||||||
@Path() paymentId: string,
|
@Path() paymentId: string,
|
||||||
@Path() name: string,
|
@Path() name: string,
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,9 @@
|
||||||
{ "name": "Work" },
|
{ "name": "Work" },
|
||||||
{ "name": "Service" },
|
{ "name": "Service" },
|
||||||
{ "name": "Quotation" },
|
{ "name": "Quotation" },
|
||||||
{ "name": "Quotation Payment" },
|
{ "name": "Invoice" },
|
||||||
|
{ "name": "Payment" },
|
||||||
|
{ "name": "Receipt" },
|
||||||
{ "name": "Request List" }
|
{ "name": "Request List" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue