Update index.js

This commit is contained in:
khaybarkhaybaryayahud 2024-01-20 21:48:28 -05:00 committed by GitHub
parent 00cae5f39a
commit e32399096b

View File

@ -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}`);