discourse/app/assets/javascripts/admin/routes/admin-reports-index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
172 B
JavaScript
Raw Normal View History

import DiscourseRoute from "discourse/routes/discourse";
export default DiscourseRoute.extend({
beforeModel() {
2019-04-01 06:39:49 -04:00
this.transitionTo("admin.dashboardReports");
}
});