Remove leftovers from PR #117; exercise feedback on RfC show

This commit is contained in:
Sebastian Serth
2020-10-20 12:15:45 +02:00
parent d25dd41ccf
commit 9ddeb91c41
4 changed files with 2 additions and 21 deletions

View File

@ -17,7 +17,6 @@ Rails.application.routes.draw do
resources :request_for_comments do
member do
get :mark_as_solved, defaults: { format: :json }
post :create_comment_exercise, defaults: { format: :json }
post :set_thank_you_note, defaults: { format: :json }
end
end