pillarjs / router

Simple middleware-style router
MIT License
410 stars 104 forks source link

fix: replace `methods` imports everywhere #130

Closed jonkoops closed 1 month ago

jonkoops commented 1 month ago

I was being sloppy and forgot to remove the import to the methods module everywhere under #127. Since it was being included as a transitive dependency the CI passed without issue (thanks NPM).