summaryrefslogtreecommitdiffstats
path: root/webapp/root.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/root.jsx')
-rw-r--r--webapp/root.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/root.jsx b/webapp/root.jsx
index aef2607ef..0515c6579 100644
--- a/webapp/root.jsx
+++ b/webapp/root.jsx
@@ -112,7 +112,7 @@ function preRenderSetup(callwhendone) {
l.message = 'msg: ' + msg + ' row: ' + line + ' col: ' + column + ' stack: ' + stack + ' url: ' + url;
$.ajax({
- url: '/api/v3/admin/log_client',
+ url: '/api/v3/general/log_client',
dataType: 'json',
contentType: 'application/json',
type: 'POST',