Compare commits

...

2 Commits

Author SHA1 Message Date
a4e263f4cd Merge pull request 'add origins' (#10) from hotfix/add-origins into master
Reviewed-on: #10
2024-04-29 23:00:14 +02:00
8777a690e0 add origins 2024-04-29 22:58:36 +02:00

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(