yahoo/routr

Router config method is case sensitive

jhwang09 opened this issue · 2 comments

In Router.js, line 38

method === this.config.method

this is case sensitive so it will fail if the pass in method and the config.method are not exactly the same (ignore case)

👍