Update comment

This commit is contained in:
Wilkozx 2024-08-04 18:53:43 +01:00
parent 822d9100db
commit 3ab0e1fa43
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ app.use(Loggerware);
// Set up API routes
app.use(APIRoutes);
// Listen on port set in .env
// Listen on port 5000
app.listen(5000, () => {
console.log('Server is listening on port 5000');
});