Split rest authentication into two. For web apps integration url is /c/restful/
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
$(function () {
|
||||
$('#mindmapListTable').dataTable({
|
||||
bProcessing:true,
|
||||
sAjaxSource:"service/maps/",
|
||||
sAjaxSource:"c/restful/maps/",
|
||||
sAjaxDataProp:'mindmapsInfo',
|
||||
fnInitComplete:function () {
|
||||
$('#mindmapListTable tbody').change(updateStatusToolbar);
|
||||
|
Reference in New Issue
Block a user