Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit addddb91 authored by 65160394's avatar 65160394
Browse files

Project Round 2

parent dedf500c
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ app.use('/', tourRoutes); ...@@ -15,7 +15,7 @@ app.use('/', tourRoutes);
app.use('/login', tourRoutes); app.use('/login', tourRoutes);
app.use('/register', tourRoutes); app.use('/register', tourRoutes);
const PORT = process.env.PORT || 3000; const PORT = process.env.PORT || 3306;
app.listen(PORT, () => { app.listen(PORT, () => {
console.log(`Server is running on port ${PORT}`); console.log(`Server is running on port ${PORT}`);
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment