from fastapi.routing import apirouter router = apirouter() @router.get("/investors") def read_investors(): return {"message": "list of investors"}