mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
8 lines
130 B
Ruby
8 lines
130 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Chat
|
|
class ApiController < ::Chat::BaseController
|
|
include WithServiceHelper
|
|
end
|
|
end
|