Gitlab@Informatics

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

Project Round 3

parent 2b639c50
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,7 @@ app.use(express.json()); ...@@ -25,6 +25,7 @@ app.use(express.json());
app.use('/', tourRoutes); app.use('/', tourRoutes);
app.use('/login', tourRoutes); app.use('/login', tourRoutes);
app.use('/register', tourRoutes); app.use('/register', tourRoutes);
app.use('/tour', tourRoutes);
const PORT = process.env.PORT || 3000; const PORT = process.env.PORT || 3000;
app.listen(PORT, () => { app.listen(PORT, () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment