Delete more unused routes

Truly don't know what these are, they crash when I go to them so!
This commit is contained in:
Emi Matchu 2023-11-11 15:11:46 -08:00
parent 5905f4aed1
commit 8f226cd129

View file

@ -32,10 +32,6 @@ OpenneoImpressItems::Application.routes.draw do
post '/locales/choose' => 'locales#choose', :as => :choose_locale
get "petpages/new"
get "closet_lists/new"
get "closet_lists/create"
resources :users, :path => 'user', :only => [:index, :update] do
resources :contributions, :only => [:index]
resources :closet_hangers, :only => [:index, :update, :destroy], :path => 'closet' do