mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
3 lines
69 B
Ruby
3 lines
69 B
Ruby
Rails.application.routes.draw do
|
|
root "hello_codespaces#index"
|
|
end
|