summaryrefslogtreecommitdiffstats
path: root/module/web/api_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/api_app.py')
-rw-r--r--module/web/api_app.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/module/web/api_app.py b/module/web/api_app.py
index c3237c743..4a84c85ca 100644
--- a/module/web/api_app.py
+++ b/module/web/api_app.py
@@ -98,3 +98,5 @@ def logout():
s = request.environ.get('beaker.session')
s.delete()
+
+ return dumps(True)