diff --git a/index.js b/index.js index 92c562a..647279a 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ const express = require('express'); // Global server setup const app = express(); -const clientPath = __dirname+'/../html'; +const clientPath = __dirname+'/../TerminalHomepage'; console.log('Serving static from ' + clientPath); app.use(express.json()); app.use(express.static(clientPath));