From aed351abd3915c7fff64ec6174db722de343d6b5 Mon Sep 17 00:00:00 2001 From: Gannicus Date: Thu, 4 Apr 2024 14:50:43 -0400 Subject: [PATCH] Fix API URL --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index d7065f16..c8ca4118 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # VITE_API_URL=https://api.revolt.chat -VITE_API_URL=http://localhost:8000 +VITE_API_URL=https://api.onech.at # VITE_API_URL=http://local.revolt.chat:8000 # VITE_API_URL=https://revolt.chat/api VITE_THEMES_URL=https://themes.revolt.chat