updating api after rebuild

This commit is contained in:
2020-04-27 03:13:14 +01:00
parent 4ee5de123a
commit 0401ee6d01
8 changed files with 1120 additions and 47 deletions

View File

@@ -0,0 +1,28 @@
{
"routes": [
{
"method": "GET",
"path": "/about",
"handler": "about.find",
"config": {
"policies": []
}
},
{
"method": "PUT",
"path": "/about",
"handler": "about.update",
"config": {
"policies": []
}
},
{
"method": "DELETE",
"path": "/about",
"handler": "about.delete",
"config": {
"policies": []
}
}
]
}