|
yes good ### First check
ExampleHere's a self-contained minimal, reproducible, example with my use case: from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def read_root():
return {"Hello": "World"}Description
The solution you would likeI would like it to have a from fastapi import FastAPI
app = FastAPI()
@app.get("/", teleport_to_moon=True)
def read_root():
return {"Hello": "World"}Describe alternatives you've consideredTo wait for Space X moon travel plans to drop down long after they release them. But I would rather teleport. Environment
To know the FastAPI version use: python -c "import fastapi; print(fastapi.__version__)"
To know the Python version use: python --versionAdditional context |
Answered by
tiangolo
Nov 9, 2022
Replies: 2 comments
|
It seems you forgot to fill the issue template form @craza876 , so I'll close it. If you still need help, please create a new issue and fill the form. @ArcLightSlavik I like your humor, as always. 😂
|
0 replies
Answer selected by
svlandeg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

It seems you forgot to fill the issue template form @craza876 , so I'll close it. If you still need help, please create a new issue and fill the form.
@ArcLightSlavik I like your humor, as always. 😂