Browse Source

removing ~ file

pull/2528/head
Eric Schles 7 years ago
parent
commit
f807284c99
  1. 9
      examples/minimalexample/app.py~

9
examples/minimalexample/app.py~

@ -1,9 +0,0 @@
from flask import Flask
app = Flask()
@app.route("/", methods=["GET", "POST"])
def index():
return "Hello world!"
app.run(debug=True)
Loading…
Cancel
Save