Skip to content

Commit

Permalink
/public
Browse files Browse the repository at this point in the history
  • Loading branch information
RodBennett committed Jan 2, 2023
1 parent 5d0a0d1 commit 15b8685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ app.set('view engine', 'handlebars');

app.use(express.json());
app.use(express.urlencoded({ extended: false }));
app.use(express.static(path.join(__dirname, 'public')));
app.use(express.static(path.join(__dirname, '/public')));

app.use(require('./controllers/'));

Expand Down

0 comments on commit 15b8685

Please sign in to comment.