css intended
This commit is contained in:
@@ -35,7 +35,7 @@ def create_app(test_config=None):
|
|||||||
|
|
||||||
@app.route('/pygments.css')
|
@app.route('/pygments.css')
|
||||||
def pygments_css():
|
def pygments_css():
|
||||||
return pygments_style_defs('tango'), 200, {'Content-Type': 'text/css'}
|
return pygments_style_defs('tango'), 200, {'Content-Type': 'text/css'}
|
||||||
|
|
||||||
app.add_url_rule("/", endpoint="index")
|
app.add_url_rule("/", endpoint="index")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user