redy for deploy

This commit is contained in:
danamir
2020-05-10 04:59:27 +03:00
parent 95ff7ff8cf
commit 3ccde3705e
6 changed files with 64 additions and 30 deletions

1
app.py
View File

@@ -7,6 +7,7 @@ app.config.from_object(app_config)
@app.route('/')
@app.route('/index.html')
def index():
return render_template('index.html')