This commit is contained in:
Skylar Grant 2024-09-13 10:59:17 -04:00
parent 58d6da3908
commit 1a7f2cf322
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 app = express();
const port = 80;
const port = 3000;
// Middleware to serve static files (HTML)
app.use(express.static('public'));