We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f87f8 commit cf37240Copy full SHA for cf37240
examples/view-constructor/github-view.js
@@ -2,7 +2,7 @@
2
* Module dependencies.
3
*/
4
5
-var http = require('http');
+var https = require('https');
6
var path = require('path');
7
var extname = path.extname;
8
0 commit comments