From 1cf0938be3cc81e426030df9b1a1e3f534fa5fc2 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 4 May 2017 11:33:54 +0000 Subject: bumped version;adjustments for updated lazar library --- application.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'application.rb') diff --git a/application.rb b/application.rb index fa5df0a..911965f 100644 --- a/application.rb +++ b/application.rb @@ -19,6 +19,10 @@ before do @version = File.read("VERSION").chomp end +not_found do + redirect to('/predict') +end + get '/?' do redirect to('/predict') end -- cgit v1.2.3