refactor: update microservice pattern names & fix links

This commit is contained in:
Ilkka Seppälä
2024-06-02 08:46:04 +03:00
parent acb2eae078
commit d4b0f3db8d
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ Utilizar el patrón Gateway
## Usos conocidos
* [API Gateway](https://java-design-patterns.com/patterns/api-gateway/)
* [API Gateway](https://java-design-patterns.com/patterns/microservices-api-gateway/)
* [10 most common use cases of an API Gateway](https://apisix.apache.org/blog/2022/10/27/ten-use-cases-api-gateway/)
## Créditos