4 lines
97 B
JavaScript
Raw Normal View History

2020-09-04 13:23:28 +02:00
export default function () {
this.route("transcript", { path: "/chat-transcript/:secret" });
}