fix
This commit is contained in:
@@ -9,7 +9,7 @@ app.use(express.static('./dist/{{your-app-name}}'));
|
|||||||
|
|
||||||
app.get('/*', function(req,res) {
|
app.get('/*', function(req,res) {
|
||||||
|
|
||||||
res.sendFile(path.join(__dirname,'/dist/card-workout/index.html'));
|
res.sendFile(path.join(__dirname,'/dist/cardWorkout/index.html'));
|
||||||
});
|
});
|
||||||
|
|
||||||
// Start the app by listening on the default Heroku port
|
// Start the app by listening on the default Heroku port
|
||||||
|
|||||||
Reference in New Issue
Block a user