Add execution environment statistics

This commit is contained in:
Maximilian Grundke
2015-10-29 14:19:31 +01:00
parent 22da25be60
commit 78422647fe
9 changed files with 53 additions and 10 deletions

View File

@ -26,6 +26,7 @@ Rails.application.routes.draw do
member do
get :shell
post 'shell', as: :execute_command, to: :execute_command
get :statistics
end
resources :errors, only: [:create, :index, :show]