Skip to content

Commit

Permalink
Merge pull request selenite-cc#43 from khaybarkhaybaryayahud/main
Browse files Browse the repository at this point in the history
quick fix
  • Loading branch information
skysthelimitt authored Jan 21, 2024
2 parents ec9fe06 + 570597c commit f5582d8
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 f5582d8

Please sign in to comment.