summaryrefslogtreecommitdiff
path: root/coip/urls.py
diff options
context:
space:
mode:
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)),