This commit is contained in:
Will Baumbach
2020-04-21 22:04:25 -04:00
parent c74441b465
commit a192b689e2

View File

@@ -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