use the @cloudron/superagent module

This commit is contained in:
Girish Ramakrishnan
2025-07-10 10:55:52 +02:00
parent 1a471a7c20
commit 6ac0cd421a
64 changed files with 73 additions and 286 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ const addonConfigs = require('./addonconfigs.js'),
settings = require('./settings.js'),
sftp = require('./sftp.js'),
shell = require('./shell.js')('services'),
superagent = require('./superagent.js');
superagent = require('@cloudron/superagent');
const NOOP = async function (/*app, options*/) {};
const RMADDONDIR_CMD = path.join(__dirname, 'scripts/rmaddondir.sh');