Revert index.html for proper browsing
This commit is contained in:
parent
4814236ee1
commit
3cad4a954f
@ -9,8 +9,7 @@ app.config['FREEZER_RELATIVE_URLS'] = True
|
||||
app.config['FREEZER_IGNORE_MIMETYPE_WARNINGS'] = True
|
||||
|
||||
@app.route('/')
|
||||
@app.route('/index')
|
||||
@app.route('/home')
|
||||
@app.route('/index.html')
|
||||
def index():
|
||||
categories = os.listdir('projects/')
|
||||
projects = []
|
||||
|
Loading…
Reference in New Issue
Block a user