You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
The path for this could be something like POSTanimals/:id/photos
The image should be in the payload, and we need the handler on this route, to save the image in the server and push the path to the corresponding animal photo's array.
The text was updated successfully, but these errors were encountered:
Animal schema have a photos property, that will contain the path to the uploaded images.
https://github.com/feathersjs/docs/blob/master/guides/advanced/file-uploading.md
The path for this could be something like POST animals/:id/photos
The image should be in the payload, and we need the handler on this route, to save the image in the server and push the path to the corresponding animal photo's array.
The text was updated successfully, but these errors were encountered: