Merge pull request #43 from khaybarkhaybaryayahud/main

quick fix
This commit is contained in:
sky 2024-01-20 21:51:05 -05:00 committed by GitHub
commit 8af141dd5b

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