Compare commits

...

6 Commits
1.0.1 ... 1.0.3

View File

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