mirror of
https://github.com/discourse/discourse.git
synced 2025-01-22 14:11:00 +08:00
6 lines
128 B
JavaScript
6 lines
128 B
JavaScript
export default Discourse.Route.extend({
|
|
activate() {
|
|
this.controllerFor('admin-dashboard-next').fetchDashboard();
|
|
}
|
|
});
|