10 lines
189 B
Plaintext
Raw Normal View History

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