mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
9 lines
192 B
Ruby
9 lines
192 B
Ruby
TestApp::Application.routes.draw do
|
|
resources :blogs
|
|
|
|
post 'auth-tests/basic', to: 'auth_tests#basic'
|
|
|
|
mount Rswag::Api::Engine => 'api-docs'
|
|
mount Rswag::Ui::Engine => 'api-docs'
|
|
end
|