2019-06-13 15:36:05 +02:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Read the documentation (https://strapi.io/documentation/3.0.0-beta.x/guides/controllers.html#core-controllers)
|
|
|
|
* to customize this controller
|
|
|
|
*/
|
|
|
|
|
2020-02-26 13:39:05 +01:00
|
|
|
module.exports = { test() {} };
|