Skip to content

Commit cf37240

Browse files
hiowenlukedougwilson
authored andcommitted
examples: fix reference error in view-constructor
closes #3310
1 parent 60f87f8 commit cf37240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/view-constructor/github-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Module dependencies.
33
*/
44

5-
var http = require('http');
5+
var https = require('https');
66
var path = require('path');
77
var extname = path.extname;
88

0 commit comments

Comments
 (0)