Skip to content

Commit

Permalink
Merge pull request #68 from fileverse/storage-sdk-dev
Browse files Browse the repository at this point in the history
allowing all origins manually
  • Loading branch information
anubhavitis authored Apr 29, 2024
2 parents 444ed8a + 4c49523 commit 212a256
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());
app.use(cors({ origin: '*' }));
app.use(
helmet({
contentSecurityPolicy: false,
Expand Down

0 comments on commit 212a256

Please sign in to comment.