One call to get stats
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
module.exports = {
|
||||
routes: [
|
||||
{
|
||||
method: 'GET',
|
||||
path: '/parole/count',
|
||||
handler: 'parole.count',
|
||||
config: {
|
||||
auth: false,
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user