One call to get stats

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-23 00:11:51 +04:00
parent 3d3bda6656
commit 2c9f3f2891
3 changed files with 4 additions and 16 deletions
-12
View File
@@ -1,12 +0,0 @@
module.exports = {
routes: [
{
method: 'GET',
path: '/parole/count',
handler: 'parole.count',
config: {
auth: false,
}
}
]
}