Skip to content

Commit

Permalink
fix(com-api): remove allowAllOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD authored and njfamirm committed May 18, 2023
1 parent f56e2c2 commit 9f478ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniquely/com-api/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const config = {
nanoServer: {
host: process.env.HOST ?? '0.0.0.0',
port: process.env.PORT != null ? +process.env.PORT : 8000,
allowAllOrigin: true,
// allowAllOrigin: true,
},

privateStorage: {
Expand Down

0 comments on commit 9f478ad

Please sign in to comment.