aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/app.py')
-rw-r--r--libpathod/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/app.py b/libpathod/app.py
index cf66f8d4..17be448d 100644
--- a/libpathod/app.py
+++ b/libpathod/app.py
@@ -116,7 +116,7 @@ def _preview(is_request):
@app.route('/response_preview')
def response_preview():
return _preview(False)
-
+
@app.route('/request_preview')
def request_preview():