Commit 5727d08a authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

update app.py

parent 169d451c
......@@ -11,10 +11,6 @@ from API.routers.router import funtion_one
# from backend.IT18218640.keyword_spotting_service import Keyword_Spotting_service
# from flask_mysqldb import MySQL
# import MySQLdb.cursors
# import re
app = Flask(__name__)
......@@ -126,22 +122,6 @@ def store():
# Read Function Route (IT)
@app.route("/testings")
def checkothers():
return "testing funtions"
@app.route("/ru")
def abc():
response_val = funtion_one()
# d = jsonify(
# message="Successfully request done",
# data=response_val
# )
# return make_response(d, 200)
return response_val
# Loging
@app.route("/login", methods=['POST'])
def login():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment