@@ -112,10 +112,6 @@ class DashboardServer:
|
||||
trend = self.stats_db.get_plugin_trend(plugin_name, days)
|
||||
return jsonify({"success": True, "data": trend})
|
||||
|
||||
@app.route('/errors')
|
||||
def errors():
|
||||
return render_template('errors.html')
|
||||
|
||||
return app
|
||||
|
||||
def run(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user