discourse-subscriptions/assets/javascripts/discourse/routes/user-billing-index.js

10 lines
189 B
JavaScript
Raw Normal View History

2019-12-15 18:42:55 -05:00
import Route from "@ember/routing/route";
export default Route.extend({
templateName: "user/billing/index",
redirect() {
this.transitionTo("user.billing.subscriptions");
2020-09-16 10:53:50 -04:00
},
2019-12-15 18:42:55 -05:00
});