bugfix createappjs

This commit is contained in:
2025-01-24 17:06:13 +09:00
parent 3eedbf7564
commit 3f1accc32e

View File

@@ -454,7 +454,7 @@ def getTempPath(filename):
def createappjs(domain_url,app,db = Depends(get_db)):
#db = SessionLocal()
flows = appService.get_flow(domain_url,app) #get_flows_by_app(db,domain_url,app)
flows = appService.get_flow(db,domain_url,app) #get_flows_by_app(db,domain_url,app)
#db.close()
content={}
for flow in flows: