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" ]