You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/12/22 07:29:08 UTC

[02/14] stratos git commit: fix endpoint issue undeploy

fix endpoint issue undeploy


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/62881a87
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/62881a87
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/62881a87

Branch: refs/heads/master
Commit: 62881a87e7b93ddb5ccaa4bb9b9c7ad6f45feef7
Parents: 77a57ff
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Mon Dec 22 10:40:12 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Mon Dec 22 11:58:57 2014 +0530

----------------------------------------------------------------------
 .../console/controllers/rest/rest_calls.jag                        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/62881a87/components/org.apache.stratos.manager.console/console/controllers/rest/rest_calls.jag
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/rest/rest_calls.jag b/components/org.apache.stratos.manager.console/console/controllers/rest/rest_calls.jag
index ffc9831..420563e 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/rest/rest_calls.jag
+++ b/components/org.apache.stratos.manager.console/console/controllers/rest/rest_calls.jag
@@ -76,7 +76,7 @@ RESTCalls = new function(){
     };
 
     this.undeployApplication = function(applicationId){
-        return this.send("DELETE","applications/"+applicationId+"/runtime",{});
+        return this.send("DELETE","applications/"+applicationId+"/undeploy",{});
     };
 
     this.subscribeToCartridge = function(cartridgeBeanInfo){