From 31f3ab2378d136118b1bccbc6bb89f4dd7861464 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Wed, 4 Feb 2026 21:34:16 -0700 Subject: [PATCH] Change startup log --- src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 10ecaa5..fa69d27 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1344,4 +1344,6 @@ app.all( app.listen(3342) -console.log('Lncvrt API Server started on http://localhost:3342/api/') +console.log( + `Lncvrt API Server started on http://${app.server?.hostname}:${app.server?.port}/api/` +)