diff --git a/frontend/src/constants.js b/frontend/src/constants.js index 52a6df2..500d9ff 100644 --- a/frontend/src/constants.js +++ b/frontend/src/constants.js @@ -1,6 +1,6 @@ export const Constants = { - API_URL: 'http://127.0.0.1:5000/stream_search', - //API_URL: 'https://backend.perplexed.uk/stream_search', + //API_URL: 'http://127.0.0.1:5000/stream_search', + API_URL: 'https://d21l5c617zttgr.cloudfront.net/stream_search', GITHUB_LINK: "https://github.com/philfung/perplexed", JSON_STREAM_SEPARATOR:'[/PERPLEXED-SEPARATOR]', };