Skip to content
Snippets Groups Projects
Commit 229e6392 authored by erichard's avatar erichard
Browse files

Rassemblement des routes / et /browse.

parent d1f35475
Branches
No related tags found
2 merge requests!61Packager labelstower,!60WIP: Implement sqlalchemy
......@@ -18,16 +18,11 @@ text_component = {"project_name": "LabelsTower",
}
@app.route('/')
def home():
return search_tuto()
@app.route('/browse')
def search_tuto():
def home():
return render_template('browse.html', txt=text_component)
if __name__ == '__main__':
app.run(host='0.0.0.0', port=80)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment