Update main.py
Browse files
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
|