add origins
This commit is contained in:
parent
195406d1bb
commit
8777a690e0
@ -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