summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-18 14:23:44 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-18 14:23:44 +0200
commit85ac6b4c63ff16ad05512f2873673fd75d033d2a (patch)
tree672c96c717cbe310d3bae40afaaafc20622f436f /src
parent:bug: use port from .env file (diff)
downloadserver-85ac6b4c63ff16ad05512f2873673fd75d033d2a.tar.xz
:heavy_minus_sign: remove lambert-db
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}`); } }