summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-07-03 21:12:46 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-07-03 21:12:46 +0530
commitf0797705b02fe6df6cd2807fdea491cd07dcde8c (patch)
tree7b7c489e7d01d4d5f2cefd99b01591a7a995d345
parenta0f3f5a069153c46ac3a85fa75c3ec50fea6ea99 (diff)
Minor text update
-rw-r--r--microservices/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/microservices/README b/microservices/README
index 4d566f6..4718ed8 100644
--- a/microservices/README
+++ b/microservices/README
@@ -6,7 +6,7 @@ This is an advanced microservices project that includes the following:
- An API gateway that implements the Backend for Frontend (BFF) application architecture.
Key software used: Spring Cloud API Gateway (Webflux)
- - An OAuth2 resource server that expose REST services.
+ - An OAuth2 resource server that exposes REST endpoints.
- A React.js frontend application that interacts with the API gateway.