diff --git a/config/routes.rb b/config/routes.rb index a1f84e3a41..20d01b18c0 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -107,6 +107,7 @@ Openfoodnetwork::Application.routes.draw do resource :accounts_and_billing_settings, only: [:edit, :update] do collection do get :show_methods + get :start_job end end end