From acb4c783463660710e894ecb54ebaebb3d1ae77c Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Thu, 2 Jul 2009 17:32:27 -0700 Subject: Route and stub for new friendships/show API method --- lib/router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/router.php') diff --git a/lib/router.php b/lib/router.php index 784ea9882..50b733453 100644 --- a/lib/router.php +++ b/lib/router.php @@ -317,7 +317,7 @@ class Router $m->connect('api/friendships/:method', array('action' => 'api', 'apiaction' => 'friendships'), - array('method' => 'exists(\.(xml|json))')); + array('method' => '(show|exists)(\.(xml|json))')); // Social graph -- cgit v1.2.3-54-g00ecf