From d9cc629a4c48e8cf60a5f4e9102a3089ed4a1db5 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 28 Oct 2024 02:47:52 +0100 Subject: [PATCH] docs: update deployment example --- README.md | 2 +- goma.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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