mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +00:00
Delete routes to non-existant content controller
This commit is contained in:
@@ -169,8 +169,6 @@ Spree::Core::Engine.routes.draw do
|
||||
resources :products
|
||||
|
||||
# Used by spree_paypal_express
|
||||
get '/content/cvv', :to => 'content#cvv', :as => :cvv
|
||||
get '/content/*path', :to => 'content#show', :as => :content
|
||||
get '/paypal', :to => "paypal#express", :as => :paypal_express
|
||||
get '/paypal/confirm', :to => "paypal#confirm", :as => :confirm_paypal
|
||||
get '/paypal/cancel', :to => "paypal#cancel", :as => :cancel_paypal
|
||||
|
||||
Reference in New Issue
Block a user