Skip to content

Commit 3aae06b

Browse files
author
Nikita Filonov
committed
Update server.js
1 parent e489f31 commit 3aae06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ app.get('/config', function (_, res) {
2222
});
2323
});
2424

25-
app.get('/*', function (req, res) {
25+
app.get('/*splat', function (req, res) {
2626
res.sendFile(path.join(__dirname, 'build', 'index.html'));
2727
});
2828

0 commit comments

Comments
 (0)