issues
search
NIAEFEUP
/
nijobs-be
[BACKEND] A platform for companies to advertise their job opportunities to students
GNU General Public License v3.0
18
stars
3
forks
source link
Fix image upload on company edit
#318
Closed
Naapperas
closed
1 year ago
Naapperas
commented
1 year ago
308 implemented logo changes by just replacing the URL. This should be handled by a file upload middleware (such as
multer
, which is already used on another route) so that we can validate various aspects about the logo.
308 implemented logo changes by just replacing the URL. This should be handled by a file upload middleware (such as
multer
, which is already used on another route) so that we can validate various aspects about the logo.