From 966a49f0b61dae78d6598b2be2bb43fe5630c5a2 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 25 Aug 2022 21:37:45 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/swagger-two-responses-one-response-code --- spring-boot-modules/spring-boot-swagger-2/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-swagger-2/README.md b/spring-boot-modules/spring-boot-swagger-2/README.md index 97c76dc431..e607b56299 100644 --- a/spring-boot-modules/spring-boot-swagger-2/README.md +++ b/spring-boot-modules/spring-boot-swagger-2/README.md @@ -1,2 +1,3 @@ -## Relevant Articles: +### Relevant Articles: +- [Swagger: Specify Two Responses with the Same Response Code](https://www.baeldung.com/swagger-two-responses-one-response-code)