mirror of
https://github.com/strapi/strapi.git
synced 2025-10-17 02:53:22 +00:00
clean up
This commit is contained in:
parent
fd54e71baf
commit
f722348749
@ -5,8 +5,4 @@
|
||||
* to customize this service
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
find(params) {
|
||||
return strapi.query('article').find(params);
|
||||
},
|
||||
};
|
||||
module.exports = {};
|
||||
|
@ -5,8 +5,4 @@
|
||||
* to customize this service
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
find(params) {
|
||||
return strapi.query('tag').find(params, null);
|
||||
},
|
||||
};
|
||||
module.exports = {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user