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 e489f31 commit 3aae06bCopy full SHA for 3aae06b
server.js
@@ -22,7 +22,7 @@ app.get('/config', function (_, res) {
22
});
23
24
25
-app.get('/*', function (req, res) {
+app.get('/*splat', function (req, res) {
26
res.sendFile(path.join(__dirname, 'build', 'index.html'));
27
28
0 commit comments