mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-13 03:50:02 -04:00
Fixed app.js
This commit is contained in:
parent
4afc8e104f
commit
fa89835603
1 changed files with 0 additions and 3 deletions
3
app.js
3
app.js
|
@ -32,9 +32,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
var login = require('./auth');
|
var login = require('./auth');
|
||||||
var nodeub = require('./nodeub');
|
|
||||||
var newrelicnu = require('./newrelic');
|
|
||||||
|
|
||||||
console.log(`Alloy Proxy now running on ${server_protocol}0.0.0.0:${config.port}! Proxy prefix is "${config.prefix}"!`);
|
console.log(`Alloy Proxy now running on ${server_protocol}0.0.0.0:${config.port}! Proxy prefix is "${config.prefix}"!`);
|
||||||
server.listen(process.env.PORT || config.port);
|
server.listen(process.env.PORT || config.port);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue