mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-11-26 02:21:08 +00:00
4 lines
213 B
Ruby
4 lines
213 B
Ruby
|
|
Discourse::Application.routes.append do
|
||
|
|
mount ::DiscourseChat::AdminEngine, at: '/admin/plugins/chat', constraints: AdminConstraint.new
|
||
|
|
mount ::DiscourseChat::Provider::HookEngine, at: '/chat-integration/'
|
||
|
|
end
|