Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
VipulTaneja committed Jun 24, 2023
2 parents ebfbe70 + ad8fdc3 commit 49109de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ app.use(bodyParser.json())
app.use(express.static('public'));
app.use('/images', express.static('images'));
var corsOptions = {
origin: 'http://localhost:3000',
origin: '*',
optionsSuccessStatus: 200
}

Expand Down

0 comments on commit 49109de

Please sign in to comment.