@xuda.io/runtime-bundle 1.0.1398 → 1.0.1399

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6033,7 +6033,7 @@ func.utils.call_plugin_api = function (SESSION_ID, plugin_nameP, dataP) {
6033
6033
 
6034
6034
  data = _.assignIn(data, dataP);
6035
6035
 
6036
- fetch(`https://xuda.io/ppi/${plugin_nameP}`, {
6036
+ fetch(`https://xuda.ai/ppi/${plugin_nameP}`, {
6037
6037
  method: 'POST',
6038
6038
  headers: {
6039
6039
  Accept: 'application/json',
@@ -6033,7 +6033,7 @@ func.utils.call_plugin_api = function (SESSION_ID, plugin_nameP, dataP) {
6033
6033
 
6034
6034
  data = _.assignIn(data, dataP);
6035
6035
 
6036
- fetch(`https://xuda.io/ppi/${plugin_nameP}`, {
6036
+ fetch(`https://xuda.ai/ppi/${plugin_nameP}`, {
6037
6037
  method: 'POST',
6038
6038
  headers: {
6039
6039
  Accept: 'application/json',