diff --git a/dist/index.js b/dist/index.js index 90437e5..26ac9a1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -195,6 +195,10 @@ app.get("/terms", (_req, res) => { res.setHeader('Cache-Control', 'public, max-age=86400'); res.sendFile(path.join(__dirname, "../public/terms.html")); }); +app.get("/status", (_req, res) => { + res.setHeader("Cache-Control", "public, max-age=60"); + res.sendFile(path.join(__dirname, "../public/status.html")); +}); // API root app.get("/api", (_req, res) => { res.json({ diff --git a/public/impressum.html b/public/impressum.html index 7c13fc2..d3c3460 100644 --- a/public/impressum.html +++ b/public/impressum.html @@ -96,9 +96,8 @@ footer .container { display: flex; justify-content: space-between; align-items: