Dashboard/config/routes.rb
2024-01-05 12:48:35 -08:00

3 lines
72 B
Ruby

Dashboard::Engine.routes.draw do
get "/welcome", to: "home#index"
end