Skip to content

Commit

Permalink
updating express
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Ma authored and Peter Ma committed Sep 25, 2018
1 parent ae3a493 commit cb5f615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ expressapp.get('/market', (req, res) => {
res.render('market.html');
});

expressapp.get('/create', (req, res) => {
res.render('create.html');
});

expressapp.get('/profile', (req, res) => {
res.render('profile.html');
});
Expand Down

0 comments on commit cb5f615

Please sign in to comment.