diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-14 19:56:33 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-14 19:56:33 +0200 |
| commit | ff134ba1809fe3f96b806051ac6f4afb52c4304e (patch) | |
| tree | d50778ab72825d0bd6eeccd769b211a46fba87b1 /cli | |
| parent | eb5136e2023fb0999995befff60624d5d4c51c94 (diff) | |
properly sorting and deleting tiles
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/app/controllers/crud_controller.py | 1 |
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 = { |
