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 f13ab78 commit b6258e9
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 @@ -7,7 +7,7 @@ const cors = require("cors");

const app = express();

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

app.use(express.static(path.join(__dirname, 'public')));
app.get("/", (req, res) => {
Expand Down

0 comments on commit b6258e9

Please sign in to comment.