Split rest authentication into two. For web apps integration url is /c/restful/
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
description = description == undefined ? "" : description;
|
||||
|
||||
// Save status on click ...
|
||||
jQuery.ajax("service/maps?title=" + encodeURI(title) + "&description=" + encodeURI(description),
|
||||
jQuery.ajax("c/restful/maps?title=" + encodeURI(title) + "&description=" + encodeURI(description),
|
||||
{
|
||||
async:false,
|
||||
data:fileContent,
|
||||
|
||||
Reference in New Issue
Block a user