Skip to content
Snippets Groups Projects
Commit 0481ddc8 authored by MaximeOLIVA's avatar MaximeOLIVA
Browse files

fix

parent 8c3db2d1
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -10,7 +10,7 @@ app = Flask(__name__)
@app.route("/", methods = ['GET'])
def hello_world():
return "<p>Hello, Lab_2!</p>", 200
return app.send_static_file("client.html"), 200
@app.route("/users/sign_up", methods = ['POST'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment