Public Access
1
0

fix: update console server log

This commit is contained in:
2025-08-26 19:59:59 -04:00
parent f3f76a6d29
commit e5dc9b6b17

View File

@@ -115,5 +115,5 @@ app.use((req, res, next) => {
});
app.listen(port, () => {
console.log(`Page stats server listening at http://localhost:${port}`);
console.log(`Server listening at http://localhost:${port}`);
});