Skip to content

Commit

Permalink
Merge pull request #69 from fileverse/storage-sdk-dev
Browse files Browse the repository at this point in the history
revert: back to same cors syntax
  • Loading branch information
anubhavitis authored Apr 29, 2024
2 parents 212a256 + 5ea905f commit 45e5566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.use(express.json());

// Use default logger for now
app.use(logger('combined'));
app.use(cors({ origin: '*' }));
app.use(cors());
app.use(
helmet({
contentSecurityPolicy: false,
Expand Down

0 comments on commit 45e5566

Please sign in to comment.