We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dd547 commit c415020Copy full SHA for c415020
Readme.md
@@ -25,7 +25,7 @@ app.oauth = new OAuthServer({
25
});
26
27
app.use(bodyParser.json());
28
-app.use(bodyparser.urlencoded({ extended: false }))
+app.use(bodyparser.urlencoded({ extended: false }));
29
app.use(app.oauth.authorise());
30
31
app.use(function(req, res) {
0 commit comments