diff --git a/config/routes.rb b/config/routes.rb index f1ae1942..c1a14f0b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -44,6 +44,7 @@ OpenneoImpressItems::Application.routes.draw do only: [:index, :show] do resources :pet_states, only: [:edit, :update], path: "appearances" end + get '/alt-styles', to: redirect('/rainbow-pool/styles') # Loading and modeling pets! post '/pets/load' => 'pets#load', :as => :load_pet