lomes-app.py updated

This commit is contained in:
Fr4nz D13trich 2025-10-14 15:03:09 +02:00
parent c88020974e
commit fdd53445da

View file

@ -6,8 +6,9 @@ app = Flask(__name__)
@app.route("/")
def index():
return render_template("index.html")
#return render_template("index.html")
return "TEST"
app.run(host="127.0.0.1", port=5000)
#appFlask.run(debug=True)
appFlask.run(debug=True)