Skip to content

Quick Patch - Use https lib #69

Merged
merged 1 commit into from

2 participants

@abhisekp
Free Code Camp member

Use https to access FCC https server

@BerkeleyTrue BerkeleyTrue commented on an outdated diff
lib/utils/HttpWrap.js
@@ -1,6 +1,6 @@
'use strict';
-const http = require('http'),
+const http = require('https'),
_ = require('lodash'),

Change the var assignment to https as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
@abhisekp abhisekp Use https lib
consistent variable
5171981
@BerkeleyTrue BerkeleyTrue merged commit e9f20ed into FreeCodeCamp:master
@abhisekp abhisekp deleted the abhisekp:fix/use-https branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.