mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-01 23:09:19 +00:00
6 lines
162 B
JavaScript
6 lines
162 B
JavaScript
|
export default function () {
|
||
|
this.route("discourse-ai-shared-conversation-show", {
|
||
|
path: "/discourse-ai/ai-bot/shared-ai-conversations/:share_key",
|
||
|
});
|
||
|
}
|