lib/platformx.rb in platformx-0.0.9.7.1 vs lib/platformx.rb in platformx-0.0.9.7.2
- old
+ new
@@ -174,13 +174,13 @@
if app.development?
app.use BetterErrors::Middleware
BetterErrors.application_root = __dir__
end
- # Configure Rack Protection
- if app.production?
- app.use Rack::Protection
- end
+ # # Configure Rack Protection
+ # if app.production?
+ # app.use Rack::Protection
+ # end
end
end # End Sinatra
end