jstoppa commited on
Commit
d0bedb9
·
verified ·
1 Parent(s): a5a26a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ async def root():
70
  """
71
  Root endpoint that returns basic API information.
72
  """
73
- return {"message": "LangGraph Agent API is running", "endpoints": ["/run-agent"]}
74
 
75
  if __name__ == "__main__":
76
  import uvicorn
 
70
  """
71
  Root endpoint that returns basic API information.
72
  """
73
+ return {"message": "LangGraph Agent API is running", "endpoints": ["Navigate to https://jstoppa-langgraph-basic-example-api.hf.space/docs#/default/run_agent_run_agent_post to run the example"]}
74
 
75
  if __name__ == "__main__":
76
  import uvicorn