add redirect from /alt-styles to /rainbow-pool/styles
In a recent change, I changed the path for this page—but forgot to keep the old URL available as a redirect, for older links! Fixed.
This commit is contained in:
parent
7891acd3b1
commit
bb83f6fd36
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue