feat: enable API docs through /docs via Swagger
This commit is contained in:
parent
638e6343c9
commit
a932b42adb
@ -19,3 +19,9 @@ spring:
|
|||||||
|
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
|
|
||||||
|
springdoc:
|
||||||
|
api-docs:
|
||||||
|
path: /v3/api-docs
|
||||||
|
swagger-ui:
|
||||||
|
path: /docs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user