This commit is contained in:
Christopher Cookman 2023-08-18 20:04:22 -06:00
parent 1614905552
commit 988bbb71e6
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -71,5 +71,5 @@ app.post('/sms', async (req, res) => {
}); });
app.listen(config.port, () => { app.listen(config.port, () => {
console.log(`Listening on port ${port}`); console.log(`Listening on port ${config.port}`);
}); });