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

6 lines
122 B
JavaScript
Raw Normal View History

2019-09-12 07:14:16 +10: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
}