13 lines
158 B
JavaScript
Raw Normal View History

2021-09-03 23:50:47 +02:00
'use strict';
module.exports = {
type: 'content-api',
routes: [
{
method: 'POST',
path: '/',
handler: 'email.send',
},
],
};