Compare commits
No commits in common. "2e3404cfcf57906cab75af65419c25d2f5e5d052" and "a4e263f4cd4dd9220065eb47a65a3af079e19c14" have entirely different histories.
2e3404cfcf
...
a4e263f4cd
@ -11,9 +11,8 @@ app = FastAPI()
|
||||
origins = [
|
||||
"http://localhost:8084",
|
||||
"https://backend.valczeryba.ovh",
|
||||
"https://facebook.com",
|
||||
"https://fetlife.com",
|
||||
"https://backoffice.valczeryba.ovh"
|
||||
"https://www.facebook.com",
|
||||
"https://fetlife.com"
|
||||
]
|
||||
|
||||
app.add_middleware(
|
||||
@ -44,4 +43,4 @@ async def startup_event():
|
||||
|
||||
@app.get("/")
|
||||
async def root():
|
||||
return {"message": "Hello World !"}
|
||||
return {"message": "Hello World !"}
|
Loading…
x
Reference in New Issue
Block a user