Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tf7software authored Sep 27, 2024
1 parent 9df77c9 commit cdebca8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ app.get('/pacman', (req, res) => {
res.sendFile(path.join(__dirname, 'views/pacman.html'));
});

app.get('/view', (req, res) => {
res.sendFile(path.join(__dirname, 'views/view.html'));
});



// Serve homepage
app.get('/snake', (req, res) => {
Expand Down

0 comments on commit cdebca8

Please sign in to comment.