mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
9 lines
140 B
Ruby
9 lines
140 B
Ruby
module SwaggerRails
|
|
class SwaggerUiController < ApplicationController
|
|
|
|
def index
|
|
render :index, layout: false
|
|
end
|
|
end
|
|
end
|