Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
IliyanID committed Sep 19, 2021
1 parent 94393dc commit be8e43f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Front-End/src/Containers/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

Expand Down

0 comments on commit be8e43f

Please sign in to comment.