mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 09:10:14 +00:00
fix(web-proxy): wrong api redirect
This commit is contained in:
parent
b01ffa8161
commit
90d94d9330
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ func (p ProxyHandler) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if r.URL.Path == "/" {
|
if r.URL.Path == "/" {
|
||||||
http.Redirect(rw, r, "https://pluralkit.me", http.StatusFound)
|
http.Redirect(rw, r, "https://pluralkit.me/api", http.StatusFound)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue