diff --git a/main.go b/main.go index 3f07f6c..36c9b38 100644 --- a/main.go +++ b/main.go @@ -277,7 +277,7 @@ func main() { // #endregion app.Get("/", func(c *fiber.Ctx) error { - return c.SendFile("static/index.html") + return c.Redirect("https://vencord.vendicated.dev/cloud", 307) }) app.Listen(HOST + ":" + PORT) diff --git a/static/index.html b/static/index.html deleted file mode 100644 index 7717a46..0000000 --- a/static/index.html +++ /dev/null @@ -1,11 +0,0 @@ -
- This is the API used by Vencord features like Settings Sync. If you are - wondering why requests are sent here, it's because you explicitly opted into - Settings Sync. You can disable it at any point! -
-- But no worries, this api - takes your privacy serious and is - free and open source! -