trying secret key
This commit is contained in:
parent
23bcbd7711
commit
5506a085ca
2 changed files with 2 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue