Add the console.log about HU running back

This commit is contained in:
MotorTruck1221 2024-08-02 01:04:26 -06:00
parent 62ca1d0a52
commit 35eefb98d2
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -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 + ".");