From 0da86386d03d58555abcae7bf053c68fce5b20ad Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 25 Apr 2021 20:34:20 +0200 Subject: :arrow_up: update server-util version --- src/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Server.ts b/src/Server.ts index 2c8c66eb..38c31671 100644 --- a/src/Server.ts +++ b/src/Server.ts @@ -35,6 +35,6 @@ export class Server { await this.setupSchema(); console.log("[DB] connected"); await Config.init(); - console.log(`[Gateway] online ${port}`); + console.log(`[Gateway] online on 0.0.0.0:${port}`); } } -- cgit 1.5.1