From 6d1b2eb3c2d7097b7238d1967295cb599cfb40f0 Mon Sep 17 00:00:00 2001 From: Valentin CZERYBA Date: Mon, 1 Jan 2024 23:09:47 +0100 Subject: [PATCH] add localhost client --- app/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main.py b/app/main.py index 67df094..5836173 100644 --- a/app/main.py +++ b/app/main.py @@ -10,6 +10,7 @@ app = FastAPI() origins = [ "http://localhost:8084", + "http://localhost:8085", "https://backend.valczeryba.ovh" ]