marcmaxmeister commited on
Commit
4a7a548
·
verified ·
1 Parent(s): f6cb130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ headers = {
22
  async def root():
23
  return {"message": "990 API v1.0 running -- visit https://givingtuesday-annotated-990.hf.space/docs for usage"}
24
 
25
- @app.get('/docs/')
26
  async def pass_docs_html():
27
  async with httpx.AsyncClient(timeout=60.0) as client:
28
  response = await client.get(f"{api_url}/docs#/default/get_eins_eins__get", headers=headers)
 
22
  async def root():
23
  return {"message": "990 API v1.0 running -- visit https://givingtuesday-annotated-990.hf.space/docs for usage"}
24
 
25
+ @app.get('/help/')
26
  async def pass_docs_html():
27
  async with httpx.AsyncClient(timeout=60.0) as client:
28
  response = await client.get(f"{api_url}/docs#/default/get_eins_eins__get", headers=headers)