fix: file location
This commit is contained in:
parent
c62c12642e
commit
a0f1765309
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ export const fileLocation = {
|
|||
img: (serviceId: string, name?: string) => `service/img-${serviceId}/${name || ""}`,
|
||||
},
|
||||
quotation: {
|
||||
payment: (quotationId: string, paymentId: string) =>
|
||||
`quotation/payment-${quotationId}/${paymentId || ""}`,
|
||||
payment: (quotationId: string, paymentId: string, name?: string) =>
|
||||
`quotation/payment-${quotationId}/${paymentId}/${name || ""}`,
|
||||
},
|
||||
request: {
|
||||
attachment: (requestId: string, name?: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue