This commit is contained in:
Logen
2025-09-29 05:03:44 -04:00
parent 0ecea4b316
commit 9d8b84e6e1
3 changed files with 5 additions and 8 deletions

View File

@@ -56,5 +56,5 @@ app.use(
// Start the server
app.listen(PORT, () => {
console.log(`🚀 Server running at http://0.0.0.0:${PORT}`);
console.log(`🚀 Server running at http://127.0.0.1:${PORT}`);
});