Gitlab@Informatics

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

Project Round 7

parent 757b2d33
Branches
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ body {
a {
text-decoration: none;
color: #4CAF50;
color: #ffffff;
font-size: 1.2rem;
font-weight: bold;
}
......
......@@ -25,6 +25,7 @@ app.use('/', tourRoutes);
app.use('/login', tourRoutes);
app.use('/register', tourRoutes);
app.use('/create', tourRoutes);
app.use('/profile', tourRoutes);
const PORT = process.env.PORT || 3000;
app.listen(PORT, () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment