bugfix createappjs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user