fix: enabling CORS

This commit is contained in:
MTG2000
2022-03-26 19:02:43 +03:00
parent 092067901b
commit 0392dc1fd3

View File

@@ -17,8 +17,14 @@ functions:
- http:
path: graphql
method: post
cors: true
cors:
origin: "*"
headers: "*"
allowCredentials: false
- http:
path: graphql
method: get
cors: true
cors:
origin: "*"
headers: "*"
allowCredentials: false