This commit is contained in:
Alexandre Bodin 2019-07-30 11:53:09 +02:00
parent fd54e71baf
commit f722348749
2 changed files with 2 additions and 10 deletions

View File

@ -5,8 +5,4 @@
* to customize this service
*/
module.exports = {
find(params) {
return strapi.query('article').find(params);
},
};
module.exports = {};

View File

@ -5,8 +5,4 @@
* to customize this service
*/
module.exports = {
find(params) {
return strapi.query('tag').find(params, null);
},
};
module.exports = {};