mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-09 13:42:17 +00:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
export default function() {
|
|
this.route("patrons", function() {
|
|
this.route("show", { path: ":pid" });
|
|
});
|
|
}
|