diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index da780f23..562c154e 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -41,8 +41,7 @@ import {isMobile} from "react-device-detect"; var globalUrl = window.location.origin // CORS used for testing purposes. Should only happen with specific port and http -//window.location.protocol == "http:" && -if (window.location.port === "3000") { +if ( window.location.port === "3000") { globalUrl = "http://localhost:5001" //globalUrl = "http://localhost:5002" }