Skip to content

Commit

Permalink
Remove unused feedback routes
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth committed Aug 8, 2024
1 parent 65fa7b8 commit e0e4c5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
get 'logout', to: 'devise/sessions#destroy', as: :logout

resources :suggest, only: :index, defaults: {format: 'json'}

resource :feedback_form, path: 'feedback', only: [:new, :create]
get 'feedback' => 'feedback_forms#new'
end
end

0 comments on commit e0e4c5e

Please sign in to comment.