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 f49b5a00..feab8051 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"); + console.log(`[Gateway] online ${port}`); } }