You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.
Following instructions doesn't seem to redirect my traffic.
def app_factory():
app = Flask(__name__)
app.config.from_object('config')
if app.config['ENV'] == 'prod': # only trigger SSLify if the app is running on Heroku
sslify = SSLify(app)
Following instructions doesn't seem to redirect my traffic.
After I push everything up:
Potential reasons:
The text was updated successfully, but these errors were encountered: