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 {
resource: 'admin.adminPlugins',
path: '/plugins',
map() {
this.route('explorer');
}
};