Files
api.pawol.nu/src/api/parole/routes/export.js
T

16 lines
223 B
JavaScript
Raw Normal View History

'use strict';
module.exports = {
routes: [
{
method: 'GET',
path: '/paroles/export',
handler: 'parole.export',
config: {
policies: [],
middlewares: [],
},
},
],
};