From 34dfc28740b90c26a716f485d5005404eba8bcf3 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Tue, 10 Sep 2024 10:24:52 -0400 Subject: [PATCH] . --- mccs-it/thermal/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mccs-it/thermal/app.js b/mccs-it/thermal/app.js index 433ca81..d4a467d 100644 --- a/mccs-it/thermal/app.js +++ b/mccs-it/thermal/app.js @@ -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'));