mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
9 lines
159 B
Ruby
9 lines
159 B
Ruby
module SwaggerRails
|
|
class ApplicationController < ActionController::Base
|
|
|
|
def redirect_to_swagger_ui
|
|
redirect_to swagger_ui_path
|
|
end
|
|
end
|
|
end
|