Explorar el Código

Reading comprehension

master
Dylan Baker hace 4 años
padre
commit
448cdc02db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/server.rb

+ 1
- 1
web/server.rb Ver fichero

@@ -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…
Cancelar
Guardar