pre-commit-ci-lite[bot]
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
docs_src/first_steps/tutorial004_py310.py
|
|
@ -6,4 +6,3 @@ app = FastAPI() |
|
|
@app.get("/") |
|
|
@app.get("/") |
|
|
async def root(): |
|
|
async def root(): |
|
|
return {"message": "Hello World", "status": "ok"} |
|
|
return {"message": "Hello World", "status": "ok"} |
|
|
|
|
|
|
|
|
|