diff --git a/services/web-proxy/main.go b/services/web-proxy/main.go index 5b39aa19..6ae412c0 100644 --- a/services/web-proxy/main.go +++ b/services/web-proxy/main.go @@ -76,7 +76,7 @@ func (p ProxyHandler) ServeHTTP(rw http.ResponseWriter, r *http.Request) { } if r.URL.Path == "/" { - http.Redirect(rw, r, "https://pluralkit.me", http.StatusFound) + http.Redirect(rw, r, "https://pluralkit.me/api", http.StatusFound) return }