bugfix createappjs
This commit is contained in:
@@ -454,7 +454,7 @@ def getTempPath(filename):
|
|||||||
|
|
||||||
def createappjs(domain_url,app,db = Depends(get_db)):
|
def createappjs(domain_url,app,db = Depends(get_db)):
|
||||||
#db = SessionLocal()
|
#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()
|
#db.close()
|
||||||
content={}
|
content={}
|
||||||
for flow in flows:
|
for flow in flows:
|
||||||
|
|||||||
Reference in New Issue
Block a user