jeremyhoward14 / eportfolio

Express.js Back-end for the CircleSpace ePortfolio platform.
0 stars 0 forks source link

change routing names and update swagger docs, mark deprecated functions #38

Closed adleris closed 4 years ago

adleris commented 4 years ago

Changed the naming of the Multer-based upload functions to reflect that they are the main pathway and marked others as deprecated. I think /files/:projectid/upload and /files/:projectid/delete should be renamed to /files/upload/:projectid and /files/delete/:projectid to match the project route naming structure but I'm not sure if it'll mess things up for anyone.