From b8fba749afcbd43e84d7ffff8f54e9cad0edc57c Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Sun, 20 Jun 2021 17:51:39 +0100
Subject: [PATCH] Publish correct API url, use .env.local for testing.

---
 .env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.env b/.env
index f0c2383..d72dbac 100644
--- a/.env
+++ b/.env
@@ -1,2 +1,2 @@
-VITE_API_URL=http://local.revolt.chat:8000
+VITE_API_URL=https://api.revolt.chat
 VITE_THEMES_URL=https://static.revolt.chat/themes
-- 
GitLab