feat: add payment endpoints (incomplete)
This commit is contained in:
parent
8ae8ec7002
commit
37b4bcfbbe
2 changed files with 69 additions and 0 deletions
|
|
@ -90,4 +90,7 @@ export const fileLocation = {
|
|||
service: {
|
||||
img: (serviceId: string, name?: string) => `service/img-${serviceId}/${name || ""}`,
|
||||
},
|
||||
quotation: {
|
||||
payment: (quotationId: string) => `quotation/payment-${quotationId}`,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue