Updated client server language.

This commit is contained in:
2026-02-28 16:01:41 -05:00
parent de55288d37
commit 4254145cc9
2 changed files with 82 additions and 82 deletions

View File

@@ -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}`);
});