Browse Source

Reading comprehension

master
Dylan Baker 4 years ago
parent
commit
448cdc02db
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/server.rb

+ 1
- 1
web/server.rb View File

@@ -15,7 +15,7 @@ class VLVSearch < Sinatra::Base
15 15
       secret: ENV['SESSION_SECRET']
16 16
 
17 17
   set :environment, ENV['APP_ENV'] == 'production' ? :production : :development
18
-  set :show_exceptions, ENV['APP_ENV'] == 'production'
18
+  set :show_exceptions, ENV['APP_ENV'] == 'development'
19 19
 
20 20
   error 500 do
21 21
     erb :error, { layout: :layout }

Loading…
Cancel
Save