This commit is contained in:
Christopher Cookman 2023-08-18 20:25:53 -06:00
parent 122362ddb2
commit 65a5d3bc17
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -80,5 +80,7 @@ app.post('/sms', async (req, res) => {
}); });
app.listen(config.port, () => { app.listen(config.port, () => {
console.log("Logged in as")
console.clear();
console.log(`Listening on port ${config.port}`); console.log(`Listening on port ${config.port}`);
}); });