Files
api.pawol.nu/src/api/artiste/routes/count-artiste.js
T

13 lines
177 B
JavaScript
Raw Normal View History

2022-05-22 23:09:19 +04:00
module.exports = {
routes: [
{
method: 'GET',
path: '/artiste/count',
handler: 'artiste.count',
config: {
auth: false,
}
}
]
}