discourse-subscriptions/assets/javascripts/discourse/discourse-patrons-route-map...

8 lines
125 B
Plaintext
Raw Normal View History

2019-09-13 22:56:28 -04:00
export default {
2019-09-14 02:53:07 -04:00
resource: "admin.adminPlugins",
path: "/plugins",
2019-09-13 22:56:28 -04:00
map() {
2019-09-14 02:53:07 -04:00
this.route("discourse-patrons");
2019-09-13 22:56:28 -04:00
}
};