Skip to content

Commit

Permalink
lesson 11 - cors yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
mabuyo committed Jun 11, 2024
1 parent 628662b commit b377c6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions router/router-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ headers:
request:
- propagate:
named: "Authorization"
cors:
origins:
- http://localhost:3000 # Allows any locally-running client to run against your Router
- https://studio.apollographql.com # Allows Apollo Studio to still run queries against your Router

0 comments on commit b377c6e

Please sign in to comment.