Files
api.pawol.nu/src/api/artiste/routes/stats.js
T

13 lines
169 B
JavaScript
Raw Normal View History

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