This commit is contained in:
Travis Fischer
2021-02-06 00:48:01 -05:00
parent 9507202507
commit e7015774e8

View File

@@ -17,7 +17,6 @@ export default async (
)
res.setHeader('Content-Type', 'text/plain')
res.write(`User-agent: *
Allow: /
Sitemap: ${host}/api/sitemap.xml
`)
res.end()