Skip to content

Commit

Permalink
test images again
Browse files Browse the repository at this point in the history
  • Loading branch information
singharaj-usai committed Oct 25, 2024
1 parent fbb7b05 commit 98a35db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ app.use(
// Serve static files from the images directory
app.use(
'/images',
express.static(path.join(__dirname, '../images'), {
express.static(path.join(__dirname, '../public/images'), {
setHeaders: (res, path) => {
res.set('X-Content-Type-Options', 'nosniff');
},
Expand Down

0 comments on commit 98a35db

Please sign in to comment.