Files
discourse-subscriptions/assets/javascripts/discourse/subscriptions-route-map.js.es6
T

6 lines
124 B
JavaScript
Raw Normal View History

2020-09-16 09:53:50 -05:00
export default function () {
this.route("s", function () {
2019-12-13 11:54:32 +11:00
this.route("show", { path: "/:subscription-id" });
2019-09-11 17:38:55 +10:00
});
2019-09-11 17:13:12 +10:00
}