generated from HAlGhanim/Express-Template-FS
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
In the users.routes line 35, you are using multer to save the image from the request as a file, but I think it was forgotten about when creating the user.
When registering a new user in Postman, and submitting an image, the default image is returned.
Update the req.body with the address of the image that is stored. You can do this as a middleware or in the signup controller.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request