.
This commit is contained in:
parent
facfff174f
commit
34dfc28740
@ -2,7 +2,7 @@ const express = require('express');
|
||||
const Thermal = require('./modules/Thermal.js');
|
||||
|
||||
const app = express();
|
||||
const port = 3000;
|
||||
const port = 80;
|
||||
|
||||
// Middleware to serve static files (HTML)
|
||||
app.use(express.static('public'));
|
||||
|
Loading…
Reference in New Issue
Block a user