Skip to content

Commit

Permalink
remove true param for enforces
Browse files Browse the repository at this point in the history
  • Loading branch information
hengkiardo committed May 29, 2014
1 parent 1fe09f2 commit 482f9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var port = process.env.PORT || 5000;

app.enable('trust proxy');

app.use(express_enforces_ssl.HTTPS(true));
app.use(express_enforces_ssl.HTTPS());

app.get('/country', function (req, res, next) {
res.json(countries);
Expand Down

0 comments on commit 482f9dc

Please sign in to comment.