Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MacKentoch authored May 4, 2018
1 parent 06168a3 commit d42f68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ app.set('ipAdress', IP_ADRESS);

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

app.get('/', (req, res) =>
app.get('/*', (req, res) =>
res.sendFile(path.join(__dirname, DOCS_PATH, 'index.html')),
);

Expand Down

0 comments on commit d42f68f

Please sign in to comment.