From 3632e0398a95c3064caa1e8e7e79563c4b23731c Mon Sep 17 00:00:00 2001 From: rbudakoti Date: Thu, 23 Mar 2017 12:09:39 +0530 Subject: [PATCH] Update config.js --- public/ixn/activities/hello-world/config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/ixn/activities/hello-world/config.js b/public/ixn/activities/hello-world/config.js index 1999fb5..973f50a 100644 --- a/public/ixn/activities/hello-world/config.js +++ b/public/ixn/activities/hello-world/config.js @@ -2,7 +2,7 @@ define([], function(){ return { "icon": "images/jb-icon.jpg", "iconSmall": "images/jb-icon.jpg", - "key": "jbdev-ixn-api-v1-test-harness-activity", + "key": "jb-hello-world-activity-rashmibudakoti", "partnerApiObjectTypeId": "IXN.CustomActivity.REST", "lang": { "en-US": { @@ -14,7 +14,7 @@ define([], function(){ "version": "1.0", "apiVersion": "1.0", "execute": { - "uri": "https://jb-ixn-v1-test.herokuapp.com/ixn/activities/hello-world/execute/", + "uri": "https://blooming-journey-51412.herokuapp.com/ixn/activities/hello-world/execute/", "inArguments": [], "outArguments": [], "verb": "POST", @@ -24,7 +24,7 @@ define([], function(){ "timeout": 3000 }, "save": { - "uri": "https://jb-ixn-v1-test.herokuapp.com/ixn/activities/hello-world/save/", + "uri": "https://blooming-journey-51412.herokuapp.com/ixn/activities/hello-world/save/", "verb": "POST", "body": "", "format": "json", @@ -32,7 +32,7 @@ define([], function(){ "timeout": 3000 }, "publish": { - "uri": "https://jb-ixn-v1-test.herokuapp.com/ixn/activities/hello-world/publish/", + "uri": "https://blooming-journey-51412.herokuapp.com/ixn/activities/hello-world/publish/", "verb": "POST", "body": "", "format": "json", @@ -40,7 +40,7 @@ define([], function(){ "timeout": 3000 }, "validate": { - "uri": "https://jb-ixn-v1-test.herokuapp.com/ixn/activities/hello-world/validate/", + "uri": "https://blooming-journey-51412.herokuapp.com/ixn/activities/hello-world/validate/", "verb": "POST", "body": "", "format": "json", @@ -49,7 +49,7 @@ define([], function(){ }, "edit": { - "uri": "https://jb-ixn-v1-test.herokuapp.com/ixn/activities/hello-world/", + "uri": "https://blooming-journey-51412.herokuapp.com/ixn/activities/hello-world/", "height": 400, "width": 500 }