trying secret key

This commit is contained in:
Walker Waylon Scott 2017-06-29 23:35:57 -05:00
parent 23bcbd7711
commit 5506a085ca
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ from flask import request, render_template, make_response, jsonify
app = Flask(__name__)
app.config['SECRET_KEY'] = 'secretkey'
@app.route('/')
def index():