mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 07:16:40 +00:00
6 lines
135 B
Ruby
6 lines
135 B
Ruby
Rails.application.routes.draw do
|
|
mount SwaggerRails::Engine => '/api-docs'
|
|
|
|
resources :blogs, only: [ :create, :index, :show ]
|
|
end
|