diff --git a/src/App.tsx b/src/App.tsx index f021ba2..669a47a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -27,7 +27,7 @@ const router = createBrowserRouter([ path: "/article/:id", element:
, loader: async ({ params }) => { - return fetch(`https://strapi.iamonlyherefortheicecream.gq/api/articles?populate=*&filters[id][$eq]=${params.id}`); + return fetch(`http://strapi.litmusmap.ru/api/articles?populate=*&filters[id][$eq]=${params.id}`); }, } ])