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