Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Fix dumb SSL mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
rofreg committed Dec 4, 2016
1 parent 92583f8 commit 37597f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require_relative 'init'
require 'rack/ssl' if Sinatra::Base.production?
require 'rack/ssl-enforcer' if Sinatra::Base.production?
require 'rollbar/middleware/sinatra'

# Refresh GTFS Realtime data every 10 seconds
Expand Down

0 comments on commit 37597f7

Please sign in to comment.