mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
export default Discourse.Route.extend({
|
|
beforeModel() {
|
|
this.transitionTo("admin.dashboardReports");
|
|
}
|
|
});
|