Gitlab@Informatics

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

Project Round 7

parent 757b2d33
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ body { ...@@ -42,7 +42,7 @@ body {
a { a {
text-decoration: none; text-decoration: none;
color: #4CAF50; color: #ffffff;
font-size: 1.2rem; font-size: 1.2rem;
font-weight: bold; font-weight: bold;
} }
......
...@@ -25,6 +25,7 @@ app.use('/', tourRoutes); ...@@ -25,6 +25,7 @@ app.use('/', tourRoutes);
app.use('/login', tourRoutes); app.use('/login', tourRoutes);
app.use('/register', tourRoutes); app.use('/register', tourRoutes);
app.use('/create', tourRoutes); app.use('/create', tourRoutes);
app.use('/profile', 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