diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-06 00:25:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-06 00:25:09 +0000 |
commit | 782e55f79b7fca957e0ef393c50f72daab3a7b59 (patch) | |
tree | b856226542e16fb6742e6b72356c362a17b36cfe /cds-ui/server/src | |
parent | 8d11b20693f7eedfff5c2ea47a3fd6017ce5adf7 (diff) | |
parent | 1b2d71d30ec8c92c50eabb2b163ec9cc9640d61a (diff) |
Merge "CBA integration"
Diffstat (limited to 'cds-ui/server/src')
-rw-r--r-- | cds-ui/server/src/controllers/blueprint-rest.controller.ts | 1 |
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( |