summaryrefslogtreecommitdiff
path: root/coip/urls.py
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-11-08 14:10:17 +0100
committerLeif Johansson <leifj@sunet.se>2011-11-08 14:10:42 +0100
commitbaf5f96d25c5f378169ac910f9535d29a9546e3e (patch)
tree7c16bc8a98d8a244a78577be8a625001757af89b /coip/urls.py
parent9ba73ae91642d07aa78789e6e0cedf6ed6250300 (diff)
produce a basic group-oriented activity stream
Diffstat (limited to 'coip/urls.py')
-rw-r--r--coip/urls.py2
1 files changed, 1 insertions, 1 deletions
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<id>[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)),