Skip to content

Commit 543c453

Browse files
committed
2 parents d558d87 + 006a1f2 commit 543c453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/SPA/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ app.set('ipAdress', IP_ADRESS);
1818

1919
app.use(express.static(path.join(__dirname, DOCS_PATH)));
2020

21-
app.get('/', (req, res) =>
21+
app.get('/*', (req, res) =>
2222
res.sendFile(path.join(__dirname, DOCS_PATH, 'index.html')),
2323
);
2424

0 commit comments

Comments
 (0)