From 4dfddbcfb0c01ea3fb2b0cdbd4267593b4e9c9b5 Mon Sep 17 00:00:00 2001 From: nullishamy Date: Fri, 4 Apr 2025 23:51:20 +0100 Subject: [PATCH] fix: use proper api route --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 63e92e2..b28acb3 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VITE_APP_API_URL=http://localhost:2021 +VITE_APP_API_URL= VITE_IS_LANDING_DEFAULT=false VITE_OPENREPLAY_PROJECT_KEY= -VITE_IS_SELF_HOSTED=false \ No newline at end of file +VITE_IS_SELF_HOSTED=false