From 65a5d3bc17e51a8eb550270a6034aee7bc5c345d Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 18 Aug 2023 20:25:53 -0600 Subject: [PATCH] asdf --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index e8e0c6a..2265469 100644 --- a/index.js +++ b/index.js @@ -80,5 +80,7 @@ app.post('/sms', async (req, res) => { }); app.listen(config.port, () => { + console.log("Logged in as") + console.clear(); console.log(`Listening on port ${config.port}`); }); \ No newline at end of file