From e7fd51142d217b338ffdb0f41b48f90330055c3e Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 31 Dec 2022 18:52:33 +0100 Subject: [PATCH] fix: swdr api url --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 8ed4599..80c0da7 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ VITE_APP_API_URL=https://spythere.pl/api -VITE_APP_SWDR_URL=https://api.td2.info.pl:9640 \ No newline at end of file +VITE_APP_SWDR_URL=https://api.td2.info.pl \ No newline at end of file