Updated client server language.
This commit is contained in:
@@ -22,6 +22,5 @@ app.get("/", (req, res) => {
|
||||
});
|
||||
|
||||
app.listen(PORT, () => {
|
||||
console.log(`UI Server running at http://localhost:${PORT}`);
|
||||
console.log(`Make sure your C server is running on port 8080!`);
|
||||
console.log(`Client server running at http://localhost:${PORT}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user