diff --git a/client/pages/administration/panels/news-editor.jsx b/client/pages/administration/panels/news-editor.jsx index 512ca25..5fc4a65 100644 --- a/client/pages/administration/panels/news-editor.jsx +++ b/client/pages/administration/panels/news-editor.jsx @@ -18,7 +18,7 @@ const NewsEditor = props => { //run once useEffect(() => { - fetch(`${process.env.NEWS_URI}/news/metadata?limit=999`) + fetch(`${process.env.NEWS_URI}/news/metadata?page_size=999`) .then(res => res.json()) .then(json => { setArticles(json)