From baf5f96d25c5f378169ac910f9535d29a9546e3e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 8 Nov 2011 14:10:17 +0100 Subject: produce a basic group-oriented activity stream --- coip/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coip/urls.py') diff --git a/coip/urls.py b/coip/urls.py index e41a47a..d74a332 100644 --- a/coip/urls.py +++ b/coip/urls.py @@ -71,7 +71,7 @@ urlpatterns = patterns('', (r'^rtree.json$', 'coip.apps.name.views.rtree'), (r'^rtree/(?P[0-9]+).json$', 'coip.apps.name.views.rtree'), # APIs - (r'^api/activitystreams', include('coip.apps.activitystreams.urls')), + (r'^api/activitystreams/', include('coip.apps.activitystreams.urls')), (r'^api/opensocial/1.0/rpc', 'coip.apps.opensocial.common.system'), #(r'^opensocial/2.0/activitystreams', include(opensocial_v2_as.urls)), (r'^api/opensocial/', include(opensocial_v1.urls)), -- cgit v1.1