mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
chore: add link to new status page to docs, dash
Some checks failed
Build dashboard Docker image / dashboard docker build (push) Has been cancelled
Some checks failed
Build dashboard Docker image / dashboard docker build (push) Has been cancelled
This commit is contained in:
parent
d4611b3769
commit
2fc5f2a9d9
3 changed files with 8 additions and 3 deletions
|
|
@ -64,6 +64,10 @@ func main() {
|
|||
createEmbed(rw, r)
|
||||
})
|
||||
|
||||
r.Get("/status", func(rw http.ResponseWriter, r *http.Request) {
|
||||
http.Redirect(rw, r, "https://status.pluralkit.me/", http.StatusMovedPermanently)
|
||||
})
|
||||
|
||||
http.ListenAndServe(":8080", r)
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
<Link to="/profile" class="nav-link">Public</Link>
|
||||
</NavItem>
|
||||
<NavItem>
|
||||
<Link to="/status" class="nav-link">Bot status</Link>
|
||||
<a href="https://status.pluralkit.me/" class="nav-link">Bot status</a>
|
||||
</NavItem>
|
||||
</Nav>
|
||||
</Collapse>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue