diff --git a/jams-react-client/src/globalUrls.js b/jams-react-client/src/globalUrls.js index f2e38e53c534bb2a214c1ea929a9f4cfb1fc97c1..9d7f89c414d1973260595bbf25a7705faf02e06e 100644 --- a/jams-react-client/src/globalUrls.js +++ b/jams-react-client/src/globalUrls.js @@ -2,7 +2,7 @@ const uri = ""; const current_uri = window.location.href; const backend_address = new URL(window.location.href); const url_path = backend_address.protocol + "//" + backend_address.hostname; -const url_port = "8080"; //backend_address.port; +const url_port = backend_address.port; const api_path_post_install_admin = "/api/install/start"; const api_path_post_auth_login = "/api/login"; const api_path_post_install_ca = "/api/install/ca";