From 59732fd377552079cbbc091456408b93e07c3b75 Mon Sep 17 00:00:00 2001 From: John Zheng Date: Sun, 31 Aug 2025 13:52:24 +0800 Subject: [PATCH] Update _index.md --- overview/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/_index.md b/overview/_index.md index 77658db..9bf0305 100644 --- a/overview/_index.md +++ b/overview/_index.md @@ -45,7 +45,7 @@ A mobile or javascript developer needs to construct a single front page that req - `api.users.server/users/{id_user}` - `api.users.server/shopping-cart/{id_user}` -The mobile application needs to retrieve data from these four different sources, authorize each of the services, wait for each round trip, and pick only a few fields from the responses (doesn't need the full response). What if, instead of doing these calls, the mobile client could call a single endpoint to KrakenD to get exactly what it needs?: +The mobile application needs to retrieve data from these four different sources, authorize each of the services, wait for each round trip, and pick only a few fields from the responses (doesn't need the full response). What if, instead of doing these calls, the mobile client could call a single endpoint to KrakenD to get exactly what it needs? `api.krakend.server/frontpage/{id_user}`