summaryrefslogtreecommitdiffhomepage
path: root/config/routes.rb
blob: c90fd09dfbe39189894687d51edbff77ba076fb6 (plain)
1
2
3
4
5
Rails.application.routes.draw do
  # For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
  resources :nodes do
  end
end