mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-17 13:30:01 -04:00
Add the console.log about HU running back
This commit is contained in:
parent
62ca1d0a52
commit
35eefb98d2
1 changed files with 1 additions and 0 deletions
|
@ -112,3 +112,4 @@ app.get("/", function(req, reply) {
|
||||||
|
|
||||||
//host is set as to avoid just being on localhost
|
//host is set as to avoid just being on localhost
|
||||||
app.listen({ port: port, host: '0.0.0.0' });
|
app.listen({ port: port, host: '0.0.0.0' });
|
||||||
|
console.log("Holy Unblocker is listening on port " + port + ".");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue