trying secret key
This commit is contained in:
parent
23bcbd7711
commit
5506a085ca
2 changed files with 2 additions and 1 deletions
2
Procfile
2
Procfile
|
|
@ -1 +1 @@
|
||||||
web: python src//pyDataVizDay.py --debug
|
web: python src//pyDataVizDay.py
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@ from flask import request, render_template, make_response, jsonify
|
||||||
|
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
app.config['SECRET_KEY'] = 'secretkey'
|
||||||
|
|
||||||
@app.route('/')
|
@app.route('/')
|
||||||
def index():
|
def index():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue