Skip to content

Commit

Permalink
update feed link
Browse files Browse the repository at this point in the history
  • Loading branch information
knd committed Aug 13, 2020
1 parent 5bfa35a commit fc5215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlogSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
Expand Down

0 comments on commit fc5215c

Please sign in to comment.