Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,3 +25,6 @@ async def get_supplier_invoices():
|
|
| 25 |
return {"error": resp.status_code, "body": resp.text}
|
| 26 |
|
| 27 |
# No attach_to_app call needed here
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
return {"error": resp.status_code, "body": resp.text}
|
| 26 |
|
| 27 |
# No attach_to_app call needed here
|
| 28 |
+
@app.get("/")
|
| 29 |
+
def root():
|
| 30 |
+
return {"message": "SAP MCP Proxy is running"}
|