lomes-app.py updated
This commit is contained in:
parent
c88020974e
commit
fdd53445da
1 changed files with 3 additions and 2 deletions
|
|
@ -6,8 +6,9 @@ app = Flask(__name__)
|
||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def index():
|
def index():
|
||||||
return render_template("index.html")
|
#return render_template("index.html")
|
||||||
|
return "TEST"
|
||||||
|
|
||||||
|
|
||||||
app.run(host="127.0.0.1", port=5000)
|
app.run(host="127.0.0.1", port=5000)
|
||||||
#appFlask.run(debug=True)
|
appFlask.run(debug=True)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue