From e72dffc51fe999184e7836bfcd46b812ea3fbda7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 25 Jul 2015 01:23:41 +0200 Subject: [PATCH] add jsonrpc url --- teleforma/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teleforma/urls.py b/teleforma/urls.py index 88f5fd4c..a8151431 100644 --- a/teleforma/urls.py +++ b/teleforma/urls.py @@ -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')), -- 2.39.5