diff --git a/README.md b/README.md index 1f1dae7..8d76fe8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/goma.yml b/goma.yml index 1e3a85a..e37de40 100644 --- a/goma.yml +++ b/goma.yml @@ -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 \ No newline at end of file + userCountryId: countryId \ No newline at end of file