fix: update console server log
This commit is contained in:
@@ -115,5 +115,5 @@ app.use((req, res, next) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
app.listen(port, () => {
|
app.listen(port, () => {
|
||||||
console.log(`Page stats server listening at http://localhost:${port}`);
|
console.log(`Server listening at http://localhost:${port}`);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user