feat: add payment endpoints (incomplete)

This commit is contained in:
Methapon Metanipat 2024-10-07 10:16:07 +07:00
parent 8ae8ec7002
commit 37b4bcfbbe
2 changed files with 69 additions and 0 deletions

View file

@ -90,4 +90,7 @@ export const fileLocation = {
service: {
img: (serviceId: string, name?: string) => `service/img-${serviceId}/${name || ""}`,
},
quotation: {
payment: (quotationId: string) => `quotation/payment-${quotationId}`,
},
};