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.
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.