This commit is contained in:
Skylar Grant 2024-09-10 10:24:52 -04:00
parent facfff174f
commit 34dfc28740
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const express = require('express');
const Thermal = require('./modules/Thermal.js'); const Thermal = require('./modules/Thermal.js');
const app = express(); const app = express();
const port = 3000; const port = 80;
// Middleware to serve static files (HTML) // Middleware to serve static files (HTML)
app.use(express.static('public')); app.use(express.static('public'));