Public Access
1
0

fix: server.js message

This commit is contained in:
2025-08-25 18:22:26 -04:00
parent bf6b72769b
commit b6ebbf2d94

View File

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