You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
445 B
JSON

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