discourse-subscriptions/assets/javascripts/discourse/discourse-patrons-user-rout...

9 lines
141 B
JavaScript

export default {
resource: "user",
path: "users/:username",
map() {
this.route("billing");
this.route("subscriptions");
}
};