mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
FIX: redirect /admin/users to Admin Users List
This commit is contained in:
parent
4dc4bc70c8
commit
be1bc2706b
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
export default Discourse.Route.extend({
|
||||
redirect: function() {
|
||||
this.transitionTo('adminUsersList');
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue