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
@@ -0,0 +1,12 @@
module.exports = {
routes: [
{
method: 'GET',
path: '/stats',
handler: 'artiste.count',
config: {
auth: false,
}
}
]
}