From 4ac8a41a4607a7577e8c993abe8c429dacebe869 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 11 Nov 2012 02:18:25 -0300 Subject: [PATCH] Fix logger url. --- wise-editor/src/main/webapp/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-editor/src/main/webapp/js/editor.js b/wise-editor/src/main/webapp/js/editor.js index 2f44c1e6..4b767b2b 100644 --- a/wise-editor/src/main/webapp/js/editor.js +++ b/wise-editor/src/main/webapp/js/editor.js @@ -52,7 +52,7 @@ function buildDesigner(options) { new Request({ method:'post', - url:"/service/logger/editor", + url:"/c/restful/logger/editor", headers:{"Content-Type":"application/json", "Accept":"application/json"}, emulation:false, urlEncoded:false