Skip to content
Snippets Groups Projects
Commit 19141835 authored by Thomas Edwards's avatar Thomas Edwards
Browse files

initial commit

parent 9a010190
No related merge requests found
......@@ -10,6 +10,10 @@ def home():
return "Hello World!"
@app.route("/system-check")
def test():
return "Success"
@app.route("/ner")
def ner():
result = get_ner_for_data()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment