revert local filepath
This commit is contained in:
parent
031541b1fe
commit
73914a1bdd
2
index.js
2
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));
|
||||
|
Loading…
Reference in New Issue
Block a user