mirror of
https://github.com/strapi/strapi.git
synced 2025-07-23 17:10:08 +00:00
13 lines
158 B
JavaScript
13 lines
158 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
type: 'content-api',
|
||
|
routes: [
|
||
|
{
|
||
|
method: 'POST',
|
||
|
path: '/',
|
||
|
handler: 'email.send',
|
||
|
},
|
||
|
],
|
||
|
};
|