Skip to content

Commit e70c1f1

Browse files
committed
uptate
1 parent feadc5f commit e70c1f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const yoga = createYoga<Env>({
9393
cors: {
9494
origin: ["*"],
9595
credentials: true,
96-
methods: ["POST"],
96+
methods: ["POST", "GET", "OPTIONS"],
9797
},
9898
schema,
9999
logging: "debug",

0 commit comments

Comments
 (0)