enthus1ast / nimMatchingMummyRouter

A mummy router that captures parts of the url + static files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

does not support "/**" wildcard matching.

enthus1ast opened this issue · comments

for example this does not work currently:

router.get("/static/**", staticFileHandlerMatch)