mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 02:13:28 +08:00
10 lines
135 B
Ruby
10 lines
135 B
Ruby
![]() |
# frozen_string_literal: true
|
||
|
|
||
|
class Admin::Config::AboutController < Admin::AdminController
|
||
|
def index
|
||
|
end
|
||
|
|
||
|
def update
|
||
|
end
|
||
|
end
|