mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-30 20:44:21 +01:00
fix: enabling CORS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user