discourse-subscriptions/assets/javascripts/discourse/discourse-patrons-user-route-map.js.es6
2019-10-28 14:48:59 +11:00

9 lines
141 B
JavaScript

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