Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import DiscourseRoute from "discourse/routes/discourse";
export default DiscourseRoute.extend({
redirect: function () {
this.transitionTo("adminLogs.staffActionLogs");
},
});