Merge pull request #235 from openHPI/remove_old_hints

Completely remove old hints connected to the execution environment
This commit is contained in:
rteusner
2018-11-30 15:41:01 +01:00
committed by GitHub
41 changed files with 54 additions and 744 deletions

View File

@ -64,9 +64,6 @@ Rails.application.routes.draw do
post 'shell', as: :execute_command, action: :execute_command
get :statistics
end
resources :errors, only: [:create, :index, :show], controller: 'code_ocean/errors'
resources :hints
end
post '/import_proforma_xml' => 'exercises#import_proforma_xml'