revert
This commit is contained in:
3
app.py
3
app.py
@@ -106,8 +106,7 @@ def display_logs():
|
||||
return render_template('logs.html', entries=parsed_entries)
|
||||
|
||||
|
||||
@main_bp.route('/home')
|
||||
@requires_auth
|
||||
@app.route('/home')
|
||||
def home():
|
||||
frontend_count, backend_count, acl_count, layer7_count, layer4_count = count_frontends_and_backends()
|
||||
return render_template('home.html',
|
||||
|
||||
Reference in New Issue
Block a user