5 lines
177 B
Ruby
5 lines
177 B
Ruby
Rails.application.routes.draw do
|
|
get 'say/hello'
|
|
get 'say/goodbye'
|
|
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
|
|
end
|