feat: added sitemap again, fixed #59 also

This commit is contained in:
Raj Nandan Sharma
2024-11-15 22:56:31 +05:30
parent 1b8e05ad1f
commit fd361f9482

View File

@@ -10,6 +10,7 @@ app.use((req, res, next) => {
if (req.path.startsWith("/embed")) {
res.setHeader("Content-Security-Policy", "frame-ancestors *");
}
res.setHeader("X-Powered-By", "Kener");
next();
});
app.get("/healthcheck", (req, res) => {