Merge pull request 'add origins' (#10) from hotfix/add-origins into master

Reviewed-on: #10
This commit is contained in:
v4l3n71n 2024-04-29 23:00:14 +02:00
commit a4e263f4cd

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(