2021-09-07 15:11:07 +02:00

13 lines
158 B
JavaScript

'use strict';
module.exports = {
type: 'content-api',
routes: [
{
method: 'POST',
path: '/',
handler: 'email.send',
},
],
};