2020-09-16 10:53:50 -04:00
|
|
|
export default function () {
|
2021-07-19 20:56:19 -04:00
|
|
|
this.route("subscribe", { path: "/s" }, function () {
|
2019-12-12 19:54:32 -05:00
|
|
|
this.route("show", { path: "/:subscription-id" });
|
2019-09-11 03:38:55 -04:00
|
|
|
});
|
2019-09-11 03:13:12 -04:00
|
|
|
}
|