PD03 commited on
Commit
96e6ddf
·
verified ·
1 Parent(s): 016eaae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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"}