mirror of
https://github.com/kingomarnajjar/Deployment-app-for-cloud-hosting.git
synced 2026-07-29 05:00:29 +10:00
8 lines
216 B
Ruby
8 lines
216 B
Ruby
Rails.application.routes.draw do
|
|
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
|
|
|
get '/contact', to: 'pages#contact'
|
|
|
|
get '/homepage', to: 'pages#homepage'
|
|
|
|
end
|