Files
gitlink-forgeplus/app/controllers/settings_controller.rb
sylor_huang@126.com f57af4bcd8 setting的api测试
2020-04-16 09:42:08 +08:00

6 lines
71 B
Ruby

class SettingsController < ApplicationController
def show
end
end