From be8e43fc3f9abdb56f0eedd317e87cdb57a62b05 Mon Sep 17 00:00:00 2001 From: Iliyan Dimitrov <18351905+IliyanID@users.noreply.github.com> Date: Sat, 18 Sep 2021 23:33:38 -0600 Subject: [PATCH] update --- Front-End/src/Containers/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Front-End/src/Containers/App.js b/Front-End/src/Containers/App.js index 1f4a235..3e6f4da 100644 --- a/Front-End/src/Containers/App.js +++ b/Front-End/src/Containers/App.js @@ -38,7 +38,7 @@ class App extends PureComponent { } getEtsyImages = async () => { - let url = "https://34.106.89.214:443/EtsyImages"; + let url = "https://35.232.100.251:443/EtsyImages"; if(window.location.hostname === "localhost") url = "https://localhost:443/EtsyImages" @@ -51,7 +51,7 @@ class App extends PureComponent { }; getInstagramImages = async () => { - let url = "https://34.106.89.214:443/InstagramImages"; + let url = "https://35.232.100.251:443/InstagramImages"; if(window.location.hostname === "localhost") url = "https://localhost:443/InstagramImages"