Skip to content
Snippets Groups Projects
Commit 435e1077 authored by Larbi Gharib's avatar Larbi Gharib
Browse files

Global url port

Change-Id: If08aed96ae7bfe68debdc26889f3fbbf8388cff8
parent 55e481ae
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment