UNPKG

215 BJSONView Raw
1{
2 "/hello": {
3 "get": "./hello/world"
4 },
5 "/hello/world": {
6 "post": "./hello/world"
7 },
8 "/hello/there": {
9 "patch": "./hello/there",
10 "delete": "./hello/there"
11 }
12}