feat: add bulkTranslate to export
This commit is contained in:
@@ -6,10 +6,13 @@ module.exports = {
|
||||
method: 'GET',
|
||||
path: '/paroles/export',
|
||||
handler: 'parole.export',
|
||||
config: {
|
||||
policies: [],
|
||||
middlewares: [],
|
||||
},
|
||||
config: { policies: [], middlewares: [] },
|
||||
},
|
||||
{
|
||||
method: 'POST',
|
||||
path: '/paroles/bulk-translate',
|
||||
handler: 'parole.bulkTranslate',
|
||||
config: { policies: [], middlewares: [] },
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user