from fastapi import FastAPI app=FastAPI(); @app.get("/") def test(): return "1";