Skip to content
Snippets Groups Projects
Commit 07dd03a3 authored by Stephanie Freitag's avatar Stephanie Freitag
Browse files

Merge branch 'HOLI-2500-locale-header' into 'main'

HOLI-2500: pass language header to donations and goodnews services

See merge request holisticfoundation/holi-unified-api!25
parents 477ee566 4fc268f2
No related branches found
No related tags found
Loading
......@@ -11,6 +11,8 @@ sources:
handler:
graphql:
endpoint: "{env.DONATIONS_API_URL}"
operationHeaders:
Accept-Language: "{context.headers['accept-language']}"
transforms:
# Prefix for types
- prefix:
......@@ -28,6 +30,8 @@ sources:
handler:
graphql:
endpoint: "{env.GOODNEWS_API_URL}"
operationHeaders:
Accept-Language: "{context.headers['accept-language']}"
transforms:
# Prefix for types
- prefix:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment