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