@ -0,0 +1,9 @@
from litestar import Litestar, get
@get("/")
async def hello_world() -> str:
return "Hello, world!"
app = Litestar([hello_world])
The note is not visible to the blocked user.