We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158e760 commit d0ee7adCopy full SHA for d0ee7ad
flask_app.py
@@ -23,4 +23,5 @@ def allocate_endpoint():
23
24
batchref = model.allocate(line, batches)
25
26
+ session.commit()
27
return {"batchref": batchref}, 201
0 commit comments