You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ch...@apache.org on 2009/05/10 21:41:42 UTC

svn commit: r773393 - /incubator/shindig/trunk/php/index.php

Author: chabotc
Date: Sun May 10 19:41:42 2009
New Revision: 773393

URL: http://svn.apache.org/viewvc?rev=773393&view=rev
Log:
Changed the default URL of the cache invalidation end-point

Modified:
    incubator/shindig/trunk/php/index.php

Modified: incubator/shindig/trunk/php/index.php
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/index.php?rev=773393&r1=773392&r2=773393&view=diff
==============================================================================
--- incubator/shindig/trunk/php/index.php (original)
+++ incubator/shindig/trunk/php/index.php Sun May 10 19:41:42 2009
@@ -85,7 +85,7 @@
     Config::get('web_prefix') . '/gadgets/ifr' => 'GadgetRenderingServlet',
     Config::get('web_prefix') . '/gadgets/metadata' => 'MetadataServlet',
     Config::get('web_prefix') . '/gadgets/oauthcallback' => 'OAuthCallbackServlet',
-    Config::get('web_prefix') . '/gadgets/rpc' => 'JsonRpcServlet',
+    Config::get('web_prefix') . '/gadgets/api/rpc' => 'JsonRpcServlet',
     Config::get('web_prefix') . '/gadgets/api/rest' => 'DataServiceServlet',
     Config::get('web_prefix') . '/social/rest' => 'DataServiceServlet',
     Config::get('web_prefix') . '/social/rpc' => 'JsonRpcServlet',