mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
Merge branch 'master' into add-formData-support
This commit is contained in:
@@ -2,6 +2,8 @@ TestApp::Application.routes.draw do
|
||||
resources :blogs, defaults: { :format => :json }
|
||||
put '/blogs/:id/upload', to: 'blogs#upload'
|
||||
|
||||
post 'auth-tests/basic', to: 'auth_tests#basic'
|
||||
|
||||
mount Rswag::Api::Engine => 'api-docs'
|
||||
mount Rswag::Ui::Engine => 'api-docs'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user