Skip to content

Commit

Permalink
Merge d696fd5 into b214193
Browse files Browse the repository at this point in the history
  • Loading branch information
lingyan committed Apr 17, 2019
2 parents b214193 + d696fd5 commit 9065698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/router.js
Expand Up @@ -24,7 +24,7 @@ function Route(name, config, options) {
options = options || {};
this.name = name;
this.config = config || {};
var method = config.method;
var method = this.config.method;
this.methods = method;

if (method) {
Expand Down

0 comments on commit 9065698

Please sign in to comment.