From 0e1fb21ae302d13e9c138147b85d04d28307039c Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 17 Feb 2021 16:48:35 +0300 Subject: Remove test "/gemma" stub --- gn3/api/gemma.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gn3') 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") -- cgit v1.2.3