X-Git-Url: https://code.grnet.gr/git/pithos/blobdiff_plain/ebb54b0b36148140dad067e00ee8f77900086e89..a7ba12d7542fe5d1dc9d05938c79dcd23a23cd3e:/pithos/urls.py diff --git a/pithos/urls.py b/pithos/urls.py index 17cc94b..9eacb83 100644 --- a/pithos/urls.py +++ b/pithos/urls.py @@ -1,4 +1,4 @@ -# Copyright 2011 GRNET S.A. All rights reserved. +# Copyright 2011-2012 GRNET S.A. All rights reserved. # # Redistribution and use in source and binary forms, with or # without modification, are permitted provided that the following @@ -38,6 +38,6 @@ urlpatterns = patterns('', (r'^v1(?:$|/)', include('pithos.api.urls')), (r'^v1\.0(?:$|/)', include('pithos.api.urls')), (r'^public/(?P.+?)/?$', 'pithos.api.public.public_demux'), - (r'^im/', include('pithos.im.urls')), + (r'^login/?$', 'pithos.api.login.redirect_to_login_service'), (r'^ui', include('pithos.ui.urls')) )