Skip to content
Snippets Groups Projects
Commit 5bc58eb9 authored by Daniel Kovacs's avatar Daniel Kovacs
Browse files

asaf

parent 2e5be91f
Branches
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ app.use(express.static(path.join(__dirname, 'static')));
app.get('/*', (req, res) => {
console.log(__dirname);
res.sendFile(path.join(__dirname, 'build', 'index.html'));
res.sendFile(path.join(__dirname, 'static', 'index.html'));
});
app.use(bodyParser.json());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment