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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,6 @@ Every contribution is very welcome. Keep these in your mind when you want to mak
131
131
132
132
## Troubleshooting
133
133
134
-
### I'm making a POSY request with JSON by using bodyParser as middleware but `req.body` is always `{}`
134
+
### I'm making a POST request with JSON by using bodyParser as middleware but `req.body` is always `{}`
135
135
136
136
Please check your `Content-Type` and `Content-Length` request headers. For JSON requests `Content-Type` should be `application/json` and `Content-Length` should be size(in bytes) of JSON string in body.
0 commit comments