mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
7 lines
173 B
Ruby
7 lines
173 B
Ruby
TestApp::Application.routes.draw do
|
|
resources :blogs, defaults: { :format => :json }
|
|
|
|
mount Rswag::Api::Engine => 'api-docs'
|
|
mount Rswag::Ui::Engine => 'api-docs'
|
|
end
|