Skip to content

Commit 39b36ac

Browse files
committed
fix error
1 parent c2def2b commit 39b36ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var app = express();
44

55
var port = process.env.PORT || 3000;
66

7-
app.use('/assets/', app.static(__dirname + '/public'));
7+
app.use('/assets/', express.static(__dirname + '/public'));
88

99
app.set('view engine', 'ejs');
1010

0 commit comments

Comments
 (0)