AiC and REST login
[myslice.git] / myslice / urls.py
index 6b1c9fa..954c7ec 100644 (file)
@@ -86,6 +86,7 @@ urls = [
     #
     #
     # RESTful interface
+    (r'^rest/login/$','rest.login.dispatch'),
     (r'^rest/(?P<object_type>[^/]+)/(?P<object_name>[^/]+)?/?$', 'rest.get.dispatch'),
     (r'^sfa/(?P<method>[^/]+)/?$', 'rest.sfa_api.dispatch'),
     (r'^table/(?P<object_type>[^/]+)/(?P<object_name>[^/]+)?/?$', 'rest.get.dispatch'),