chingu-voyage7 / Bears-Team-13

Secret Santa Online Shop | Voyage-7 | https://chingu.io/
https://secret-santa-13.herokuapp.com
3 stars 2 forks source link

User images can be uploaded and retrieved. Whoowho! #43

Closed Alex-Cannon closed 5 years ago

Alex-Cannon commented 5 years ago

1) POST '/api/static/images/' to add an image 2) GET '/api/static/images/user.' + user._id to get an image

Images are named as followed: "user." + that user's id "item." + that item's id