Compare commits

...

8 Commits
1.0.0 ... 1.0.3

View File

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