You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/01/14 17:58:23 UTC

airavata-php-gateway git commit: fixing Airavata AIRAVATA-1886

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 9d975f75c -> 97f9598d4


fixing Airavata AIRAVATA-1886


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/97f9598d
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/97f9598d
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/97f9598d

Branch: refs/heads/develop
Commit: 97f9598d4981fcb87b2fdd6fa3c58652da616e9e
Parents: 9d975f7
Author: scnakandala <su...@gmail.com>
Authored: Thu Jan 14 11:58:17 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Thu Jan 14 11:58:17 2016 -0500

----------------------------------------------------------------------
 app/routes.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/97f9598d/app/routes.php
----------------------------------------------------------------------
diff --git a/app/routes.php b/app/routes.php
index c32dd48..faa27c052 100755
--- a/app/routes.php
+++ b/app/routes.php
@@ -150,7 +150,7 @@ Route::post("sr/delete-jsi", "StorageResourceController@deleteActions");
 
 Route::post("sr/delete-dmi", "StorageResourceController@deleteActions");
 
-Route::post("sr/delete-cr", "StorageResourceController@deleteActions");
+Route::post("sr/delete-sr", "StorageResourceController@deleteActions");
 
 /*
  * Application Catalog Routes