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
There is nothing wrong with chunking data manually in your src/registerGull.js file. We found that body-parser took care of that in literally two line.
There is nothing wrong with chunking data manually in your src/registerGull.js file. We found that body-parser took care of that in literally two line.
Have a look at how we have done it in our project on lines 14 and 15.
Also here is the documentation for body-parse:
https://www.npmjs.com/package/body-parser
The text was updated successfully, but these errors were encountered: