mirror of
https://ghfast.top/https://github.com/discourse/discourse-akismet.git
synced 2026-07-16 11:46:29 +08:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
export default {
|
|
resource: 'admin.adminPlugins',
|
|
path: '/plugins',
|
|
map() {
|
|
this.route('akismet');
|
|
}
|
|
};
|