feat: upload and select multiple image
This commit is contained in:
parent
5a50ab209d
commit
ed832148fc
4 changed files with 78 additions and 24 deletions
|
|
@ -50,4 +50,7 @@ export const fileLocation = {
|
|||
profile: (userId: string, name?: string) => `user/profile-image-${userId}/${name || ""}`,
|
||||
attachment: (userId: string, name?: string) => `user/attachment-${userId}/${name || ""}`,
|
||||
},
|
||||
customer: {
|
||||
img: (customerId: string, name?: string) => `customer/img-${customerId}/${name || ""}`,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue