jonathanjordan21 commited on
Commit
a9f5a47
·
verified ·
1 Parent(s): 2895d9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ async def run_code(code: Code):
83
 
84
 
85
 
86
- @app.get("/chart/{project_id}/{chain_id}")
87
  async def get_chart(project_id: str, chain_id: str, session_id: str):
88
 
89
  # Return as application/pdf response
 
83
 
84
 
85
 
86
+ @app.get("/chart/{project_id}/{chain_id}/{session_id}")
87
  async def get_chart(project_id: str, chain_id: str, session_id: str):
88
 
89
  # Return as application/pdf response