revert local filepath

This commit is contained in:
Baipyrus 2023-01-17 19:30:00 +01:00
parent 031541b1fe
commit 73914a1bdd

View File

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