diff --git a/index.js b/index.js index a679811..71f61ba 100644 --- a/index.js +++ b/index.js @@ -6,7 +6,7 @@ const crypto = require('crypto'); const express = require('express'); const app = express(); -const clientPath = __dirname+'/../../Websites/TerminalHomepage'; +const clientPath = __dirname+'/../html'; console.log('Serving static from ' + clientPath); app.use(express.json()); app.use(express.static(clientPath));