This commit is contained in:
timothypidashev
2021-07-15 12:37:17 -07:00
parent befbc04786
commit 15eb1d729a
2 changed files with 1 additions and 83 deletions

View File

@@ -1,7 +1,7 @@
from flask import Flask
app = Flask(__name__, static_folder=".", static_url_path="")
app = Flask(__name__)
@app.route("/")