summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-14 19:56:33 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-14 19:56:33 +0200
commitff134ba1809fe3f96b806051ac6f4afb52c4304e (patch)
treed50778ab72825d0bd6eeccd769b211a46fba87b1 /cli
parenteb5136e2023fb0999995befff60624d5d4c51c94 (diff)
properly sorting and deleting tiles
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 = {