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