Files
discourse-data-explorer/assets/javascripts/discourse/explorer-route-map.js
T

8 lines
117 B
JavaScript
Raw Normal View History

2015-06-25 13:26:31 -07:00
export default {
2018-10-10 17:26:23 +05:30
resource: "admin.adminPlugins",
path: "/plugins",
2015-06-25 13:26:31 -07:00
map() {
2018-10-10 17:26:23 +05:30
this.route("explorer");
2020-09-04 13:23:11 +02:00
},
2015-06-25 13:26:31 -07:00
};