cryptobot/config/routes.rb

8 lines
220 B
Ruby

Rails.application.routes.draw do
get 'home/index'
get 'home/seed'
get 'home/get_trades'
root 'home#index'
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end