summaryrefslogtreecommitdiffstats
path: root/cds-ui/server
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-06 00:25:09 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-06 00:25:09 +0000
commit782e55f79b7fca957e0ef393c50f72daab3a7b59 (patch)
treeb856226542e16fb6742e6b72356c362a17b36cfe /cds-ui/server
parent8d11b20693f7eedfff5c2ea47a3fd6017ce5adf7 (diff)
parent1b2d71d30ec8c92c50eabb2b163ec9cc9640d61a (diff)
Merge "CBA integration"
Diffstat (limited to 'cds-ui/server')
-rw-r--r--cds-ui/server/src/controllers/blueprint-rest.controller.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/server/src/controllers/blueprint-rest.controller.ts b/cds-ui/server/src/controllers/blueprint-rest.controller.ts
index ae028afc3..c630ce060 100644
--- a/cds-ui/server/src/controllers/blueprint-rest.controller.ts
+++ b/cds-ui/server/src/controllers/blueprint-rest.controller.ts
@@ -51,6 +51,7 @@ import * as request_lib from 'request';
const REST_BLUEPRINT_CONTROLLER_BASE_URL = process.env.REST_BLUEPRINT_CONTROLLER_BASE_URL || "http://localhost:8080/api/v1";
const REST_BLUEPRINT_CONTROLLER_BASIC_AUTH_HEADER = process.env.REST_BLUEPRINT_CONTROLLER_BASIC_AUTH_HEADER || "Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==";
+const REST_BLUEPRINT_PROCESSOR_BASE_URL= "http://localhost:8081/api/v1";
export class BlueprintRestController {
constructor(