Merge pull request #5 from jkaninda/refactor

docs: update deployment example
This commit is contained in:
2024-10-28 02:48:11 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -241,7 +241,7 @@ middlewares:
userCountryId: X-Auth-UserCountryId
# In case you want to get headers from the Authentication service and inject them to the next request's params
params:
auth_userCountryId: countryId
userCountryId: countryId
```
## Requirement

View File

@@ -135,4 +135,4 @@ middlewares:
userCountryId: X-Auth-UserCountryId
# In case you want to get headers from the Authentication service and inject them to the next request's params
params:
auth_userCountryId: countryId
userCountryId: countryId