diff options
author | ShaabanEltanany <shaaban.eltanany.ext@orange.com> | 2020-09-14 15:59:39 +0200 |
---|---|---|
committer | ShaabanEltanany <shaaban.eltanany.ext@orange.com> | 2020-09-14 15:59:39 +0200 |
commit | 992af3704682c5bc74873ca23cb39862a697f486 (patch) | |
tree | 14a3bf10547f2d9773bd325776f21ccccbe17c5a /cds-ui/server/src/controllers/blueprint-rest.controller.ts | |
parent | ed5ccd2c544eb0da85342bc64308363997b3747f (diff) |
adding deploy feature
Issue-ID: CCSDK-2299
Signed-off-by: ShaabanEltanany <shaaban.eltanany.ext@orange.com>
Change-Id: I1b4ac4d12d18371cd4db9226ca8cbd215f01b3b3
Diffstat (limited to 'cds-ui/server/src/controllers/blueprint-rest.controller.ts')
-rw-r--r-- | cds-ui/server/src/controllers/blueprint-rest.controller.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/server/src/controllers/blueprint-rest.controller.ts b/cds-ui/server/src/controllers/blueprint-rest.controller.ts index 870f9793f..91d7e66e3 100644 --- a/cds-ui/server/src/controllers/blueprint-rest.controller.ts +++ b/cds-ui/server/src/controllers/blueprint-rest.controller.ts @@ -307,7 +307,7 @@ export class BlueprintRestController { if (appConfig.action.grpcEnabled) return this.uploadFileToBlueprintProcessorGrpc(file, 'PUBLISH', response); else - return this.uploadFileToBlueprintProcessor(file, '/execution-service/upload/', response); + return this.uploadFileToBlueprintProcessor(file, '/blueprint-model/publish', response); }, err => { reject(err); }); |