Allow admins and teachers to remove explicit RfC text

This commit is contained in:
Sebastian Serth
2022-04-28 15:31:58 +02:00
parent e9efb5bc2b
commit 9a0f26a84f
4 changed files with 14 additions and 1 deletions

View File

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