Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bigansh committed Jun 14, 2021
1 parent 94de41b commit 441b157
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ app.get('sitemap.xml', (req, res) => {
})

app.get('robots.txt', (req, res) => {
res.sendFile('robots.txt', { root: __dirname})
res.sendFile('robots.txt', { root: __dirname })
})

app.listen(process.env.PORT, () => {
Expand Down
9 changes: 0 additions & 9 deletions vercel.json

This file was deleted.

0 comments on commit 441b157

Please sign in to comment.