summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Server.ts2
1 files changed, 1 insertions, 1 deletions
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}`); } }