aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/js/brs.js
diff options
context:
space:
mode:
authorpierfranco ferronato <pierfranco.ferronato@huawei.com>2016-10-24 09:27:27 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-10-24 09:27:27 +0000
commit3d4fc7c841f45c9cf6b46095408479af837ffe4a (patch)
treefbcac6aee7646c8b5b906eaa84514d3e5aa85dea /openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/js/brs.js
parenta48605e7984d9488f1bfa4b333bc4fd011914902 (diff)
parent4d9160177ac89c9a365db774c3f90685324edd64 (diff)
Merge "Remove unnecessary URL prefix "org.openo.sdno.brs" when portal calls BRS that is running in a docker [ SDNO-750 ]"
Diffstat (limited to 'openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/js/brs.js')
-rw-r--r--openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/js/brs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/js/brs.js b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/js/brs.js
index df28de3f..2a27603e 100644
--- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/js/brs.js
+++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/js/brs.js
@@ -14,7 +14,7 @@
*/
var url = "";
$.getJSON("./conf/dataconfig.json", function (jsonData){
- url = jsonData.url +":"+ jsonData.port + "/org.openo.sdno.brs";
+ url = jsonData.url +":"+ jsonData.port;
console.log("URL = " + url);
});