mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-02-02 00:00:05 +08:00
fix(tests): change default server port (#371)
This commit is contained in:
@@ -3,7 +3,7 @@ const stringify = require('json-stringify-safe');
|
||||
const Busboy = require('busboy');
|
||||
const { Iconv } = require('iconv');
|
||||
|
||||
const port = process.env.PORT || 5000;
|
||||
const port = process.env.PORT || 5001;
|
||||
const DIRECT_UPLOAD_LIMIT = 85; // bytes
|
||||
|
||||
// convert from UTF-8 to ISO-8859-1
|
||||
|
||||
Reference in New Issue
Block a user