Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
khaybarkhaybaryayahud authored Jan 21, 2024
1 parent ec9fe06 commit 570597c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ app.get('/contact', (req, res) => {
res.sendFile(path.join(__dirname, 'contact.html'));
});


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

app.listen(port, () => {
console.log(`Selenite is running on port ${port}`);
Expand Down

0 comments on commit 570597c

Please sign in to comment.