discourse-data-explorer/assets/javascripts/discourse/explorer-route-map.js.es6

8 lines
116 B
Plaintext
Raw Normal View History

2015-06-25 16:26:31 -04:00
export default {
2018-10-10 07:56:23 -04:00
resource: "admin.adminPlugins",
path: "/plugins",
2015-06-25 16:26:31 -04:00
map() {
2018-10-10 07:56:23 -04:00
this.route("explorer");
2015-06-25 16:26:31 -04:00
}
};