Compare commits

..

No commits in common. "2e3404cfcf57906cab75af65419c25d2f5e5d052" and "a4e263f4cd4dd9220065eb47a65a3af079e19c14" have entirely different histories.

View File

@ -11,9 +11,8 @@ app = FastAPI()
origins = [ origins = [
"http://localhost:8084", "http://localhost:8084",
"https://backend.valczeryba.ovh", "https://backend.valczeryba.ovh",
"https://facebook.com", "https://www.facebook.com",
"https://fetlife.com", "https://fetlife.com"
"https://backoffice.valczeryba.ovh"
] ]
app.add_middleware( app.add_middleware(
@ -44,4 +43,4 @@ async def startup_event():
@app.get("/") @app.get("/")
async def root(): async def root():
return {"message": "Hello World !"} return {"message": "Hello World !"}