summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nfsw/io.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfsw/io.py b/nfsw/io.py
index 3529bd0..7c65e77 100644
--- a/nfsw/io.py
+++ b/nfsw/io.py
@@ -25,6 +25,7 @@ def io():
@bp.route('/io/query', methods=['POST'])
@login_required_ajax
+@preprocess
def query():
cmd = request.get_data(as_text=True)