From 0f33502fa92659ac44aba10efd87842b0444a7ca Mon Sep 17 00:00:00 2001 From: grant-kun Date: Mon, 3 Oct 2022 14:06:52 -0500 Subject: a message --- index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.ts') diff --git a/index.ts b/index.ts index bac690b..2412b22 100644 --- a/index.ts +++ b/index.ts @@ -8,6 +8,7 @@ const bodyParser = require("body-parser"); app.use(bodyParser.urlencoded({ extended: false })); app.use(bodyParser.json()); const NodeRSA = require('node-rsa'); +var ip = require("ip") //let priv = ''; interface keyring{ @@ -59,5 +60,5 @@ app.post('/login/submit', async (req:{body:{json:boolean,enc:boolean,data:string app.listen(port,'0.0.0.0', () => { - console.log(`Example app listening on port ${port}`) + console.log(`kanna is on http://${ip.address()}:${port} click on me click on me! :3`) }) \ No newline at end of file -- cgit v1.2.3