7 lines
121 B
Ruby
7 lines
121 B
Ruby
# frozen_string_literal: true
|
|
module Api
|
|
module V1
|
|
class TopicsController < DeprecatedController
|
|
end
|
|
end
|
|
end
|