strapi/packages/generators/api/templates/controller.template

9 lines
215 B
Plaintext
Raw Normal View History

2016-03-18 11:12:50 +01:00
'use strict';
/**
* Read the documentation (https://strapi.io/documentation/developer-docs/latest/development/backend-customization.html#core-controllers)
2019-05-16 11:35:19 +02:00
* to customize this controller
2016-03-18 11:12:50 +01:00
*/
2019-04-09 15:29:17 +02:00
module.exports = {};