diff --git a/config/routes.rb b/config/routes.rb
index 06e9cf02bafbc6314763e24801ebe5d6b3bf4d69..59352ab4b1eb954dabc7ad85b6794c2a7148ecb5 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,7 +1,4 @@
 Rails.application.routes.draw do
-  resources :products
-  resources :lists
-  resources :users
   root 'home#login'
   post 'login', to: 'home#logincheck'
   post 'new_acc', to: 'home#new_acc'
@@ -16,4 +13,4 @@ Rails.application.routes.draw do
 
   get 'contact', to: 'contact#contact'
   post 'sendmessage', to: 'contact#sendmessage'
-end
\ No newline at end of file
+end