Skip to content

Commit

Permalink
updated readmes.
Browse files Browse the repository at this point in the history
  • Loading branch information
VeritasSoftware committed Jun 25, 2024
1 parent ecc889a commit b7b6412
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Docs/README_Customizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,6 @@ Your Api Gateway gets one incoming request.

Then, you can make multiple calls to back end, downstream Apis and aggregate their responses.

You can do this in the **custom implementation**.
You can do this in the **custom implementation**.

Read [**more**](https://github.com/VeritasSoftware/AspNetCore.ApiGateway/issues/7)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ So, the call to the Gateway would become:

* **HTTP GET - /weatherservice/forecast**

**Note**
**Using appsettings.json**

If you want, you can keep the ApiKey, RouteKey, backend API base url and Route path,
If you want, you can keep the **ApiKey, RouteKey, backend API base urls and Route path**,

in the **appsettings.json**, read it using a Config Service,

Expand Down

0 comments on commit b7b6412

Please sign in to comment.