From ff134ba1809fe3f96b806051ac6f4afb52c4304e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 14 Jun 2020 19:56:33 +0200 Subject: properly sorting and deleting tiles --- cli/app/controllers/crud_controller.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/app/controllers/crud_controller.py') 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 = { -- cgit v1.2.3-70-g09d2