-
|
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 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
|
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. 😂
|
Beta Was this translation helpful? Give feedback.

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. 😂