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
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 10m53s
This commit is contained in:
parent
ec7af37214
commit
c52d1491d7
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue