first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
Rails.application.routes.draw do
|
||||
get "up" => "health#show", as: :rails_health_check
|
||||
resources :todos, only: %i[index show create update destroy]
|
||||
end
|
||||
Reference in New Issue
Block a user