Change startup log

This commit is contained in:
2026-02-04 21:34:16 -07:00
parent 294339a39e
commit 31f3ab2378

View File

@@ -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/`
)