mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Fix logger url.
This commit is contained in:
parent
cba00adc41
commit
4ac8a41a46
@ -52,7 +52,7 @@ function buildDesigner(options) {
|
|||||||
|
|
||||||
new Request({
|
new Request({
|
||||||
method:'post',
|
method:'post',
|
||||||
url:"/service/logger/editor",
|
url:"/c/restful/logger/editor",
|
||||||
headers:{"Content-Type":"application/json", "Accept":"application/json"},
|
headers:{"Content-Type":"application/json", "Accept":"application/json"},
|
||||||
emulation:false,
|
emulation:false,
|
||||||
urlEncoded:false
|
urlEncoded:false
|
||||||
|
Loading…
Reference in New Issue
Block a user