From 837aff8861a01d80859490a8406e09563a531af7 Mon Sep 17 00:00:00 2001 From: billy1479 <59696174+billy1479@users.noreply.github.com> Date: Wed, 13 Dec 2023 21:59:06 +0000 Subject: [PATCH] more --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index f7e26ba8..56a8d898 100644 --- a/app.js +++ b/app.js @@ -9,7 +9,7 @@ const upcomingFilmsFile = './client/Data/upcoming.json'; app.use(express.json()); const path = require('path'); -app.use(express.static(path.join(__dirname, 'client'))); +app.use(express.static(path.join(__dirname, 'client/index.html'))); const bookings = require(bookingsFile); const currentFilms = require(currentFilmsFile);