UNPKG

json-routing

Version:

JSON configurable MVC routing for express 4

14 lines 177 B
{ "/protected": { "GET": { "route": "index", "jwt": true } }, "/notprotected": { "GET": { "route": "indexnot", "jwt": false } } }