mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-07 20:28:09 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
export default function() {
|
|
this.route("s", function() {
|
|
this.route("show", { path: "/:subscription-id" });
|
|
});
|
|
}
|