Rename server => modules
This commit is contained in:
7
modules/utils/registryAgent.js
Normal file
7
modules/utils/registryAgent.js
Normal file
@ -0,0 +1,7 @@
|
||||
const https = require("https");
|
||||
|
||||
const agent = new https.Agent({
|
||||
keepAlive: true
|
||||
});
|
||||
|
||||
module.exports = agent;
|
Reference in New Issue
Block a user