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 26, 2024
1 parent ad967cb commit fa9ed22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.get('/', (req, res) => {
res.sendFile(path.join(__dirname, 'views/index.html'));
});

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

Expand Down

0 comments on commit fa9ed22

Please sign in to comment.