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

View File

@@ -10,7 +10,7 @@ const constants = require('../constants.js'),
expect = require('expect.js'),
safe = require('safetydance'),
server = require('../server.js'),
superagent = require('../superagent.js');
superagent = require('@cloudron/superagent');
const SERVER_URL = 'http://localhost:' + constants.PORT;