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

9 lines
173 B
JavaScript

export default {
resource: 'admin.adminPlugins',
path: '/plugins',
map() {
this.route('explorer');
this.route('explorer-show', {path: 'explorer/:id'});
}
};