{ "routes": [ { "method": "GET", "path": "/settings", "handler": "settings.find", "config": { "policies": [] } }, { "method": "PUT", "path": "/settings", "handler": "settings.update", "config": { "policies": [] } }, { "method": "DELETE", "path": "/settings", "handler": "settings.delete", "config": { "policies": [] } } ] }