diff --git a/config/routes.rb b/config/routes.rb index 784acf6..99f7cfc 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -7,4 +7,5 @@ Rails.application.routes.draw do resources :readings, only: %i[create] resources :sites, only: %i[show create update] + resources :users, only: %i[index create destroy] end