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