diff --git a/var/www/blueprints/objects_item.py b/var/www/blueprints/objects_item.py index a1aab5d8..ec0c38ea 100644 --- a/var/www/blueprints/objects_item.py +++ b/var/www/blueprints/objects_item.py @@ -58,7 +58,7 @@ def screenshot(filename): s = Screenshot(filename) return send_from_directory(SCREENSHOT_FOLDER, s.get_rel_path(add_extension=True), as_attachment=False, mimetype='image') -@objects_item.route("/objects/item") +@objects_item.route("/object/item") @login_required @login_read_only def showItem(): # # TODO: support post