From 9452d4ad8af3948493a37699da5b0bd923dd0352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Bene=C5=A1?= Date: Thu, 30 Nov 2023 18:18:10 +0100 Subject: [PATCH] ... --- CDP.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CDP.py b/CDP.py index c9d7cbb..0a296bd 100644 --- a/CDP.py +++ b/CDP.py @@ -9,8 +9,8 @@ app = FastAPI() router = APIRouter() -express_base_url = "http://localhost:4000" -#express_base_url = "https://fik.crreat.eu" +#express_base_url = "http://localhost:4000" +express_base_url = "https://fik.crreat.eu" car_dict = {}