add origins #10

Merged
v4l3n71n merged 1 commits from hotfix/add-origins into master 2024-04-29 21:00:15 +00:00
Showing only changes of commit 8777a690e0 - Show all commits

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(