aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn2/wqflask/views.py')
-rw-r--r--gn2/wqflask/views.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/gn2/wqflask/views.py b/gn2/wqflask/views.py
index 843ed07a..9f403ace 100644
--- a/gn2/wqflask/views.py
+++ b/gn2/wqflask/views.py
@@ -255,8 +255,12 @@ def gsearchtable():
return flask.jsonify(current_page)
-@app.route("/gnqna", methods=["POST", "GET"])
+"""@app.route("/gnqna", methods=["POST", "GET"]) ;;feature currently disabled
+;;use ga.genenetwork.org
@require_oauth2
+"""
+
+
def gnqna():
if request.method == "POST":