X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=myslice%2Furls.py;h=da697cf7ff13ce160dab6ecaa97aa47e4c35e74d;hb=6949cc526323aca69ac4af7ded37bfe8c6ab07e6;hp=083fbdc4b3b5418098adbd80add5c08d37743d29;hpb=659bdf318ea307f7ec131b2431cfa2630409bc29;p=unfold.git diff --git a/myslice/urls.py b/myslice/urls.py index 083fbdc4..da697cf7 100644 --- a/myslice/urls.py +++ b/myslice/urls.py @@ -92,6 +92,8 @@ urls = [ (r'^create/(?P[^/]+)/(?P[^/]+)?/?$', 'rest.create.dispatch'), (r'^delete/(?P[^/]+)/(?P[^/]+)?/?$', 'rest.delete.dispatch'), (r'^credentials/(?P[^/]+)/?$', 'rest.credentials.dispatch'), + (r'^cache/(?P[^/]+)/?$', 'rest.cache.dispatch'), + (r'^initscript/(?P[^/]+)/?$', 'rest.initscript.dispatch'), # # REST monitoring (r'^monitor/services/?$', 'rest.monitor.servicesStatus'),