Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1479 committed Dec 13, 2023
1 parent 0e0cecb commit 837aff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 837aff8

Please sign in to comment.