fix: footer API Status link → /status (status page instead of raw JSON)
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 10m53s

This commit is contained in:
DocFast Agent 2026-02-24 11:19:14 +00:00
parent ec7af37214
commit c52d1491d7
2 changed files with 2 additions and 2 deletions

View file

@ -582,7 +582,7 @@ html, body {
<div class="footer-links">
<a href="/">Home</a>
<a href="/docs">Docs</a>
<a href="/health">API Status</a>
<a href="/status">API Status</a>
<a href="mailto:support@docfast.dev">Support</a>
<a href="/impressum">Impressum</a>
<a href="/privacy">Privacy Policy</a>