mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
rename to rswag plus major refactor - almost a rewrite
This commit is contained in:
11
rswag-ui/app/controllers/rswag/ui/home_controller.rb
Normal file
11
rswag-ui/app/controllers/rswag/ui/home_controller.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
module Rswag
|
||||
module Ui
|
||||
class HomeController < ActionController::Base
|
||||
|
||||
def index
|
||||
@swagger_endpoints = Rswag::Ui.config.swagger_endpoints
|
||||
render :index, layout: false
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user