UNPKG
json-routing-for-osseus
Version:
latest (4.0.2)
4.0.2
4.0.1
4.0.0
JSON configurable MVC routing for express 4
gimox.github.io/json-routing
colucom/json-routing
json-routing-for-osseus
/
demo
/
api
/
routes
/
globalmdlw.json
20 lines
•
251 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"GLOBAL"
:
{
"baseUrl"
:
"/globalmdlw"
,
"policy"
:
[
"test:a1"
,
"test:a2"
]
}
,
"/"
:
{
"GET"
:
{
"route"
:
"index"
}
}
,
"/plusone"
:
{
"GET"
:
{
"route"
:
"index"
,
"policy"
:
"test:a3"
}
}
}