diff --git a/src/BlogSection.tsx b/src/BlogSection.tsx index d36a0d75..aee9bb59 100644 --- a/src/BlogSection.tsx +++ b/src/BlogSection.tsx @@ -156,7 +156,7 @@ export const BlogSection = (): JSX.Element => { React.useEffect(() => { fetch( - 'https://lhrjjp6ona.execute-api.us-west-2.amazonaws.com/default/fetchWeTrustMediumBlogFeeds', + 'https://wetrust-proxy-server.herokuapp.com/wetrust_medium_blog_feeds', ) .then(response => response.json()) .then(json => setBlogPosts(parseBlogPosts(json)));