Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaS7 committed Jan 8, 2024
1 parent c819751 commit 44e4189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const cors = require("cors");

const app = express();

app.use(cors({ origin: 'https://chuck-stewart-archive.web.app' }));
app.use(cors({ origin: '*' }));

const dbUrl = process.env.JAWSDB_URL;
const params = url.parse(dbUrl);
Expand Down

0 comments on commit 44e4189

Please sign in to comment.