Fix upload count page

This commit is contained in:
Jim Laurie 2018-04-13 15:42:45 +02:00
parent 42572f6409
commit 3b7de09362
2 changed files with 9 additions and 9 deletions

View File

@ -48,4 +48,4 @@
"npm": ">= 3.0.0"
},
"license": "MIT"
}
}

View File

@ -32,6 +32,14 @@
"policies": []
}
},
{
"method": "GET",
"path": "/files/count",
"handler": "Upload.count",
"config": {
"policies": []
}
},
{
"method": "GET",
"path": "/files",
@ -48,14 +56,6 @@
"policies": []
}
},
{
"method": "GET",
"path": "/files/count",
"handler": "Upload.count",
"config": {
"policies": []
}
},
{
"method": "GET",
"path": "/search/:id",