Router config method is case sensitive
jhwang09 opened this issue · 2 comments
jhwang09 commented
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)
lingyan commented
@jhwang09 Thanks for reporting. Fixed in 0.1.1: https://github.com/yahoo/routr/releases/tag/v0.1.1
awu1986 commented
👍