Skip to content

Commit 5718c2e

Browse files
authored
chore: remove cors: true from the authorizer
It seems to me that it makes little sense to specify `cors: true` outside of the HTTP Event configuration
1 parent 95e0357 commit 5718c2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-node-auth0-custom-authorizers-api/serverless.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ provider:
1515
functions:
1616
auth:
1717
handler: handler.auth
18-
cors: true
1918
publicEndpoint:
2019
handler: handler.publicEndpoint
2120
events:

0 commit comments

Comments
 (0)