Spaces:
Running
Running
Update app.py
Browse files
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('/
|
| 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)
|