mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 08:04:52 +08:00
fix: adminPlugins:index route missing
This commit is contained in:
parent
e96487283e
commit
a97c59ed2e
|
@ -83,6 +83,8 @@ export default function() {
|
|||
this.route('show', { path: '/:badge_id' });
|
||||
});
|
||||
|
||||
this.route('adminPlugins', { path: '/plugins', resetNamespace: true });
|
||||
this.route('adminPlugins', { path: '/plugins', resetNamespace: true }, function() {
|
||||
this.route('index', { path: '/' });
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user