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

10 lines
188 B
Plaintext
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");
}
});