summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/app/controllers/crud_controller.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/controllers/crud_controller.py b/cli/app/controllers/crud_controller.py
index c1bde8d..17d9494 100644
--- a/cli/app/controllers/crud_controller.py
+++ b/cli/app/controllers/crud_controller.py
@@ -143,6 +143,7 @@ class CrudView(FlaskView):
session.commit()
res = {
'status': 'ok',
+ 'id': id,
}
else:
res = {