Remove unused /pages/wp-plugin route

This commit is contained in:
Eric Schultz 2021-03-10 13:31:47 -06:00 committed by Eric Schultz
parent b0318a7e99
commit 0162857021

View file

@ -259,9 +259,6 @@ Rails.application.routes.draw do
event_slug: model.slug}.merge(**opts)
end
# Misc
get '/pages/wp-plugin', to: redirect('/help/wordpress-plugin') # temporary, until WP plugin updated
# Mailchimp Landing
match '/mailchimp-landing' => 'nonprofits/nonprofit_keys#mailchimp_landing', via: %i[get post]