Add Swagger doc preview on README.md
This commit is contained in:
17
README.md
17
README.md
@@ -35,4 +35,19 @@ Set ```application.yml``` to use ```.dev.env``` file
|
||||
spring:
|
||||
config:
|
||||
import: optional:file:.dev.env[.properties]
|
||||
```
|
||||
```
|
||||
|
||||
# API Doc
|
||||
You can see API Document on
|
||||
[localhost:3000](localhost:3000)
|
||||
|
||||
## Preview
|
||||
### Group 1
|
||||
> authentication is required
|
||||
|
||||

|
||||
|
||||
### Group 2
|
||||
> authentication is not required
|
||||
|
||||

|
||||
Reference in New Issue
Block a user