diff options
author | Leif Johansson <leifj@sunet.se> | 2011-11-11 10:40:35 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-11-11 10:40:35 +0100 |
commit | 459f32b7475c0ad1c66c8e62672d9097d84aa19d (patch) | |
tree | b24d0bf25d0115216ca8dbfd14f8eebf2e616492 /coip/apps/opensocial/urls.py | |
parent | 93be081564f75192605c4ef54e7efedc13021a90 (diff) |
group part of voot
Diffstat (limited to 'coip/apps/opensocial/urls.py')
-rw-r--r-- | coip/apps/opensocial/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coip/apps/opensocial/urls.py b/coip/apps/opensocial/urls.py index 67b1177..420b424 100644 --- a/coip/apps/opensocial/urls.py +++ b/coip/apps/opensocial/urls.py @@ -9,5 +9,6 @@ urlpatterns = patterns('coip.apps.opensocial.views', url(r'^rpc$',view='rpc'), url(r'^people/(?P<uid>.+)$', view='person'), url(r'^people/(?P<uid>.+)/(?P<gid>.+)$', view='person'), + url(r'^groups/(?P<uid>.+)$', view='group'), url(r'^activitystreams/', include('coip.apps.activitystreams.urls')) )
\ No newline at end of file |