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

initial commit

parent 06dfede0
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,13 @@ app = Flask(__name__)
@app.route("/")
def home():
return "Hello World!"
@app.route("/ner")
def ner():
return "Hello ner!"
@app.route("/usas")
def usas():
return "Hello usas!"
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