2022-03-04 19:27:42 +01:00

4 lines
97 B
JavaScript

export default function () {
this.route("transcript", { path: "/chat-transcript/:secret" });
}