aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
authorBonfaceKilz2021-02-17 16:48:35 +0300
committerBonfaceKilz2021-02-24 14:20:29 +0300
commit0e1fb21ae302d13e9c138147b85d04d28307039c (patch)
tree6cab116945226c69afdd7e455e88a7349bc1270a /gn3
parent85bd717b7ad7a463d87faae06d7f174f4f00fc68 (diff)
downloadgenenetwork3-0e1fb21ae302d13e9c138147b85d04d28307039c.tar.gz
Remove test "/gemma" stub
Diffstat (limited to 'gn3')
-rw-r--r--gn3/api/gemma.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/gn3/api/gemma.py b/gn3/api/gemma.py
index c9c4e54..f5d4768 100644
--- a/gn3/api/gemma.py
+++ b/gn3/api/gemma.py
@@ -3,14 +3,9 @@ from flask import Blueprint
from flask import current_app
from flask import jsonify
-gemma = Blueprint("gemma", __name__)
-
from gn3.commands import run_cmd
-@gemma.route("/")
-def index() -> str:
- """Test endpoint"""
- return jsonify(result="hello world")
+gemma = Blueprint("gemma", __name__)
@gemma.route("/version")