Skip to content

Commit 2002432

Browse files
authored
Update server.js
1 parent e895a11 commit 2002432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!datafileURL) {
99
}
1010

1111

12-
app.use(express.static(__dirname, '/src'));
12+
app.use(express.static(__dirname + '/src'));
1313

1414

1515
app.get('/dist/bundle.js', function (req, res) {

0 commit comments

Comments
 (0)