2020-09-04 13:23:28 +02:00

4 lines
97 B
JavaScript

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