mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 08:42:09 +08:00
7 lines
116 B
JavaScript
Vendored
7 lines
116 B
JavaScript
Vendored
export default {
|
|
resource: "admin.adminPlugins",
|
|
path: "/plugins",
|
|
map() {
|
|
this.route("patreon");
|
|
},
|
|
};
|