From 01eba6e9b54e45bc937983e33b439a353118de2c Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Mon, 13 May 2024 18:24:36 +0300 Subject: Disable gnqa functionality. * to test the functionality use ga.genenetwork.org --- gn2/wqflask/templates/base.html | 3 ++- gn2/wqflask/views.py | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index 26b75230..14b484a5 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -183,10 +183,11 @@ + 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": -- cgit v1.2.3