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

7 lines
144 B
JavaScript

export default function() {
this.route("patrons", function() {
this.route("subscribe");
this.route("show", { path: ":pid" });
});
}