jaim23mf / API_eroma2

0 stars 0 forks source link

Media URL #1

Closed nicholaslambertucci-ett closed 1 year ago

nicholaslambertucci-ett commented 1 year ago

In the response of /Shop/ShopView properties logo and photo have local filesystem path instead of public url. Please refer to Shop doc and Media Doc for further information.

nicholaslambertucci-ett commented 1 year ago

Same problem on icon property of /api/Service endpoint

jaim23mf commented 1 year ago

Need to know where to upload the files.

All upload are the same.

nicholaslambertucci-ett commented 1 year ago

Is there any endpoint / route to download the uploaded file?

jaim23mf commented 1 year ago

No , I just did the upload of the file and return the url when asked.

nicholaslambertucci-ett commented 1 year ago

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

jaim23mf commented 1 year ago

Changes made in commit ac531cb