Skip to content

Commit

Permalink
#1169 ssl back
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 16, 2024
1 parent f2ec08d commit c818c81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netbout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
require_relative 'objects/urror'
require_relative 'objects/query'

# unless ENV['RACK_ENV'] == 'test'
# require 'rack/ssl'
# use Rack::SSL
# end
unless ENV['RACK_ENV'] == 'test'
require 'rack/ssl'
use Rack::SSL
end

configure do
config = {
Expand Down

0 comments on commit c818c81

Please sign in to comment.