mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
5c899c765b
This reverts commit c21457d6a7
.
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
export default Discourse.Route.extend({
|
|
redirect: function() {
|
|
this.transitionTo('adminLogs.staffActionLogs');
|
|
}
|
|
});
|