diff options
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/json_app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/json_app.py b/module/web/json_app.py index 2d0f56357..f3626405c 100644 --- a/module/web/json_app.py +++ b/module/web/json_app.py @@ -186,7 +186,7 @@ def add_package(): PYLOAD.setPackageData(pack, data) -@route("/json/move_package/<dest:int/<id:int>") +@route("/json/move_package/<dest:int>/<id:int>") @login_required('MODIFY') def move_package(dest, id): try: |