mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-02-27 14:36:42 +00:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
export default function () {
|
|
this.route("transcript", { path: "/chat-transcript/:secret" });
|
|
}
|