add localhost client

This commit is contained in:
Valentin CZERYBA 2024-01-01 23:09:47 +01:00
parent fc2c6fdbd8
commit 6d1b2eb3c2

View File

@ -10,6 +10,7 @@ app = FastAPI()
origins = [ origins = [
"http://localhost:8084", "http://localhost:8084",
"http://localhost:8085",
"https://backend.valczeryba.ovh" "https://backend.valczeryba.ovh"
] ]