This commit is contained in:
teddy
2025-09-29 11:04:21 +07:00
parent 2de84c9436
commit b1f1b2fa96

View File

@@ -35,5 +35,5 @@ app.use((req, res) => {
}); });
app.listen(port, () => { app.listen(port, () => {
console.log(`Example app listening on port ${port}`); console.log(`scheduler app listening on port ${port}`);
}); });