From da96cb3058e9d996350b2cb17c729febd4bc1556 Mon Sep 17 00:00:00 2001 From: hou27 Date: Sat, 2 Jul 2022 23:14:04 +0900 Subject: [PATCH] Add Swagger doc preview on README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5b7629..d579576 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,19 @@ Set ```application.yml``` to use ```.dev.env``` file spring: config: import: optional:file:.dev.env[.properties] -``` \ No newline at end of file +``` + +# API Doc +You can see API Document on +[localhost:3000](localhost:3000) + +## Preview +### Group 1 +> authentication is required + +![swagger screenshot](https://user-images.githubusercontent.com/65845941/177004280-9652b978-5e3c-4152-8c36-fcc42681bdec.PNG) + +### Group 2 +> authentication is not required + +![swagger screenshot2](https://user-images.githubusercontent.com/65845941/177004330-844a6055-2d77-49f8-bff5-1d8562b413fc.PNG) \ No newline at end of file