Merge pull request 'add origins' (#10) from hotfix/add-origins into master
Reviewed-on: #10
This commit is contained in:
commit
a4e263f4cd
@ -10,7 +10,9 @@ app = FastAPI()
|
|||||||
|
|
||||||
origins = [
|
origins = [
|
||||||
"http://localhost:8084",
|
"http://localhost:8084",
|
||||||
"https://backend.valczeryba.ovh"
|
"https://backend.valczeryba.ovh",
|
||||||
|
"https://www.facebook.com",
|
||||||
|
"https://fetlife.com"
|
||||||
]
|
]
|
||||||
|
|
||||||
app.add_middleware(
|
app.add_middleware(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user