diff --git a/dt-custom.js b/dt-custom.js index e275143..a3095c3 100644 --- a/dt-custom.js +++ b/dt-custom.js @@ -5,8 +5,8 @@ var table; var isEditAllState = false; var defaultcol = ""; -var apiUrl = 'https://dtexample7.000webhostapp.com/api/';//Url for Server API -var backupApiUrl = 'https://dtexample8.000webhostapp.com/api/';//Url for Server API +var apiUrl = 'https://dtexample10.000webhostapp.com/api/';//Url for Server API +var backupApiUrl = 'https://dtexample10.000webhostapp.com/api/';//Url for Server API var GetTableMetaApiEndpoint = 'gettablemeta.php';//Endpoint returning Table Metadata var GetTableDataApiEndpoint = 'gettabledata.php';//Endpoint processing and return Table Data var UpdateRowDataApiEndpoint = 'update.php';//Endpoint processing update request