mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-05 08:59:07 +00:00
8 lines
116 B
JavaScript
8 lines
116 B
JavaScript
export default {
|
|
resource: 'admin.adminPlugins',
|
|
path: '/plugins',
|
|
map() {
|
|
this.route('explorer');
|
|
}
|
|
};
|