use the @cloudron/superagent module
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user