Skip to content

Commit

Permalink
temporary allow all origin to app
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgehl3n committed Nov 18, 2023
1 parent e75e5e6 commit f97f486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class Application {
private _setMiddlewares(): void {
this.express.use(cors({
origin: '*',
credentials: true,
methods: 'GET,HEAD,PUT,PATCH,POST,DELETE',
optionsSuccessStatus: 200
}));
Expand Down

0 comments on commit f97f486

Please sign in to comment.