mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 23:52:59 +08:00
3 lines
97 B
JavaScript
Vendored
3 lines
97 B
JavaScript
Vendored
export default function () {
|
|
this.route("transcript", { path: "/chat-transcript/:secret" });
|
|
}
|