Quick Patch - Use https lib #69
+3
−2
lib/utils/HttpWrap.js
| @@ -1,6 +1,6 @@ | ||
| 'use strict'; | ||
| -const http = require('http'), | ||
| +const http = require('https'), | ||
| _ = require('lodash'), |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use https to access FCC https server