cerebral / url-mapper

Take a URL and map to functions, parsing params

Home Page:https://npm.runkit.com/url-mapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

params + query doesn't work

Guria opened this issue · comments

given route: /:module.

  • url /some?asd=qwe matches the route but module param would be some?asd=qwe and query is empty
  • url /some/?asd=qwe doesn't match at all

resolved in 0c52fee