set title
This commit is contained in:
parent
24852402e8
commit
528a273329
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ def index():
|
||||||
|
|
||||||
response = Response(render_html(df), content_type='text/html')
|
response = Response(render_html(df), content_type='text/html')
|
||||||
response.headers['Widget-Content-Type'] = 'html'
|
response.headers['Widget-Content-Type'] = 'html'
|
||||||
|
response.headers['Widget-Title'] = 'WaniKani Statistics'
|
||||||
return response
|
return response
|
||||||
|
|
||||||
@app.route('/health')
|
@app.route('/health')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue