From 9a170a49536cb0519955f53ae618184c8c3ce1cc Mon Sep 17 00:00:00 2001 From: Will Baumbach Date: Tue, 21 Apr 2020 22:32:37 -0400 Subject: [PATCH] please work!! --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 25971c2..533e150 100644 --- a/server.js +++ b/server.js @@ -5,7 +5,7 @@ const path = require('path'); const app = express(); // Serve only the static files form the dist directory -app.use(express.static('./dist/{{your-app-name}}')); +app.use(express.static('./dist/cardWorkout')); app.get('/*', function(req,res) { res.sendFile(path.join(__dirname,'/dist/cardWorkout/index.html'));