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