mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
plz work
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from flask import Flask
|
||||
|
||||
|
||||
app = Flask(__name__, static_folder=".", static_url_path="")
|
||||
app = Flask(__name__)
|
||||
|
||||
|
||||
@app.route("/")
|
||||
|
||||
Reference in New Issue
Block a user