aminaj commited on
Commit
1ef324d
1 Parent(s): 979518f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -46,7 +46,7 @@ async def lifespan(app: FastAPI):
46
 
47
  ## FASTAPI APP
48
  # Initialize the FastAPI app
49
- app = FastAPI(lifespan=lifespan)
50
 
51
  ## PYDANTIC MODELS
52
  # Define an APIKey Pydantic model for the request body
 
46
 
47
  ## FASTAPI APP
48
  # Initialize the FastAPI app
49
+ app = FastAPI(lifespan=lifespan, docs_url="/")
50
 
51
  ## PYDANTIC MODELS
52
  # Define an APIKey Pydantic model for the request body