Files
api.pawol.nu/src/api/stats/routes/stats.js
T
2022-05-23 00:51:59 +04:00

12 lines
166 B
JavaScript

module.exports = {
routes: [
{
method: 'GET',
path: '/stats',
handler: 'stats.count',
config: {
auth: false,
}
}
]
}