Alexandre Bodin 023bda1f9e Generate single query for single type and update core api service
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-10 21:38:34 +01:00

29 lines
466 B
JSON

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