Closed nicholaslambertucci-ett closed 1 year ago
Same problem on icon
property of /api/Service
endpoint
Need to know where to upload the files.
All upload are the same.
Is there any endpoint / route to download the uploaded file?
No , I just did the upload of the file and return the url when asked.
Here you can find a very simple implementation for converting local filesystem path to url: 0001-Changes-for-return-public-url-of-uploaded-files.patch
Changes made in commit ac531cb
In the response of
/Shop/ShopView
propertieslogo
andphoto
have local filesystem path instead of public url. Please refer to Shop doc and Media Doc for further information.