X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Furls.py;h=f792a0578f5a8a2fa884a84f1244b5ae378a9463;hb=c457730e8d49ee507846edeb8a474374f0122f25;hp=ad151789a0a6788b4bb925ee25221de8376671d6;hpb=63c56469d22c93065f6f448d06106ad9f36a839b;p=myslice.git diff --git a/myslice/urls.py b/myslice/urls.py index ad151789..f792a057 100644 --- a/myslice/urls.py +++ b/myslice/urls.py @@ -79,6 +79,7 @@ urls = [ (r'^update/(?P[^/]+)/(?P[^/]+)?/?$', 'rest.update.dispatch'), (r'^create/(?P[^/]+)/(?P[^/]+)?/?$', 'rest.create.dispatch'), (r'^delete/(?P[^/]+)/(?P[^/]+)?/?$', 'rest.delete.dispatch'), + (r'^local_user/(?P[^/]+)/?$', 'rest.local_user.dispatch'), (r'^credentials/(?P[^/]+)/?$', 'rest.credentials.dispatch'), (r'^cache/(?P[^/]+)/?$', 'rest.cache.dispatch'), (r'^initscript/(?P[^/]+)/?$', 'rest.initscript.dispatch'),