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