Remove unused /pages/wp-plugin route
This commit is contained in:
parent
b0318a7e99
commit
0162857021
1 changed files with 0 additions and 3 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue