From f37f0b654b36b66c133755c01f033859c35197f6 Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 29 May 2019 11:12:33 +0000 Subject: removed comment --- application.rb | 1 - config.ru | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/application.rb b/application.rb index 508a8c6..43030d0 100644 --- a/application.rb +++ b/application.rb @@ -113,7 +113,6 @@ get '/predict/modeldetails/:model' do } end -#TODO fix update get "/predict/report/:id/?" do prediction_model = Model::Validation.find params[:id] bad_request_error "model with id: '#{params[:id]}' not found." unless prediction_model diff --git a/config.ru b/config.ru index 5b1c13d..f4e2678 100644 --- a/config.ru +++ b/config.ru @@ -1,4 +1,4 @@ -ENV["BATCH_MODE"] = "true" +ENV["BATCH_MODE"] = "false" ENV["LAZAR_ENV"] = "production" require 'bundler' Bundler.require -- cgit v1.2.3