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