UNPKG

json-routing-for-osseus

Version:

JSON configurable MVC routing for express 4

16 lines 215 B
{ "/hascors": { "GET": { "route": "index", "jwt": false, "cors": true } }, "/hasnotcors": { "GET": { "route": "indexnot", "jwt": false, "cors": false } } }