mirror of
https://ghfast.top/https://github.com/discourse/discourse-ai.git
synced 2026-07-16 11:36:23 +08:00
5 lines
134 B
JavaScript
5 lines
134 B
JavaScript
export default function () {
|
|
this.route("discourse-ai-bot-conversations", {
|
|
path: "/discourse-ai/ai-bot/conversations",
|
|
});
|
|
}
|