We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc2269 commit 82f7700Copy full SHA for 82f7700
packages/server/src/app/core.app.ts
@@ -34,8 +34,6 @@ export class CoreApp {
34
35
async setup(): Promise<void> {
36
this.server.use(cors());
37
- this.server.options('*', cors());
38
-
39
await this.setupStorage();
40
const json = await this.getJSON();
41
const isValid = this.validateJSON(json);
0 commit comments