]> git.parisson.com Git - teleforma.git/commitdiff
add jsonrpc url
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 24 Jul 2015 23:23:41 +0000 (01:23 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 24 Jul 2015 23:23:41 +0000 (01:23 +0200)
teleforma/urls.py

index 88f5fd4cd11b1d4365a3de37fa2d120ccf9f25ab..a8151431ea69c5788017161082b948421cc69c4b 100644 (file)
@@ -117,6 +117,7 @@ urlpatterns = patterns('',
 
     # JSON RPC
     url(r'json/$', jsonrpc_site.dispatch, name='jsonrpc_mountpoint'),
+    url(r'jsonrpc/$', jsonrpc_site.dispatch, name='jsonrpc_mountpoint'),
 
 #    url(r'^private_files/', include('private_files.urls')),