add origins

This commit is contained in:
Valentin CZERYBA 2024-04-29 22:58:36 +02:00
parent 195406d1bb
commit 8777a690e0

View File

@ -10,7 +10,9 @@ app = FastAPI()
origins = [
"http://localhost:8084",
"https://backend.valczeryba.ovh"
"https://backend.valczeryba.ovh",
"https://www.facebook.com",
"https://fetlife.com"
]
app.add_middleware(