2019-10-25 13:55:57 +11:00

6 lines
102 B
JavaScript

export default function() {
this.route("patrons", function() {
this.route("subscribe");
});
}