building api documentation

This commit is contained in:
2020-04-26 17:57:44 +01:00
parent 08c0be6ee7
commit 70aae610e8
8 changed files with 1274 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"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": []
}
}
]
}