You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@app.get("/")defhome(request: Request) ->Response:
returnResponse(content='<html><body><p>Add /docs to the end of the URL to access the Swagger UI or <a href="/docs">click here</a></p></body></html>', headers={"Content-Type": "text/html; charset=utf-8"})
The text was updated successfully, but these errors were encountered:
Good point! I ended up removing this route given I didn't mention it in the tutorial (microsoft/vscode-docs@5b8cdfc), and didn't want to make the tutorial even longer by explaining it. But great to keep this in my mind!
Testing #22302
The text was updated successfully, but these errors were encountered: