🚑 Fixed broken app object
continuous-integration/drone/push Build is passing Details

master
Alix JEUDI--LEMOINE 3 months ago
parent 16df7e2cc7
commit 46cf62e3d6

@ -38,9 +38,6 @@ app = FastAPI(
root_path_in_servers=False
)
app = FastAPI()
origins = [
"*", # Allow all origins
]

Loading…
Cancel
Save