diff --git a/backend/index.js b/backend/index.js index 71bd9c6..828e095 100644 --- a/backend/index.js +++ b/backend/index.js @@ -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'); }); \ No newline at end of file