sinclairnick/webroute

Core: Make unspecified request params the express default, instead of unkown

sinclairnick opened this issue · 0 comments

This will increase API compat with other express middleware. Currently requires casting to Request<any, ...> to prevent ts complaining