summaryrefslogtreecommitdiff
path: root/coip/urls.py
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-04-20 10:42:45 +0200
committerLeif Johansson <leifj@sunet.se>2012-04-20 10:42:45 +0200
commit131f7f2d869d394ac6e942c1135529033f1e0ca2 (patch)
tree128e490a425be8e9834ffdc216743c306d96c84e /coip/urls.py
parent241905ce73223ed97b6ac9c62d8250b9659f6e3a (diff)
scim v0.1newprofiles2
Diffstat (limited to 'coip/urls.py')
-rw-r--r--coip/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/coip/urls.py b/coip/urls.py
index 36c65ea..59051fb 100644
--- a/coip/urls.py
+++ b/coip/urls.py
@@ -71,6 +71,7 @@ urlpatterns = patterns('',
# APIs
(r'^api/activitystreams/', include('coip.apps.activitystreams.urls')),
(r'^api/opensocial/', include('coip.apps.opensocial.urls')),
+ (r'^api/scim/v1/', include('coip.apps.scim.urls')),
(r'^api/hello/?', 'coip.apps.name.views.hello'),
(r'^oauth2/', include('django_oauth2_lite.urls')),
(r'^saml2/aa/', include('coip.apps.saml2.urls')),