mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-24 14:56:41 +00:00
4 lines
61 B
Ruby
4 lines
61 B
Ruby
Rswag::Ui::Engine.routes.draw do
|
|
root to: 'home#index'
|
|
end
|