From 1a7f2cf322f44808fe5ed47ebb8e98260126635e Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 13 Sep 2024 10:59:17 -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 f590477..8c2d431 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 = 80; +const port = 3000; // Middleware to serve static files (HTML) app.use(express.static('public'));