You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple endpoints expecting files (different files). On docs we see how to define the spec to expect multipart/form-data on Controllers doc but when trying to use it on code it gives an error that there is no parser for the type.
I'm trying to plug multer in but I don't see a good way to define it. Can someone give me more information about how to make this work?
Thank you
The text was updated successfully, but these errors were encountered:
I have multiple endpoints expecting files (different files). On docs we see how to define the spec to expect multipart/form-data on Controllers doc but when trying to use it on code it gives an error that there is no parser for the type.
I'm trying to plug multer in but I don't see a good way to define it. Can someone give me more information about how to make this work?
Thank you
The text was updated successfully, but these errors were encountered: