加上error页面
This commit is contained in:
@@ -63,7 +63,7 @@ class DashboardServer:
|
||||
return render_template('groups.html')
|
||||
|
||||
@app.route('/errors')
|
||||
def groups():
|
||||
def errors():
|
||||
return render_template('errors.html')
|
||||
|
||||
@app.route('/api/plugin_stats')
|
||||
|
||||
Reference in New Issue
Block a user