feat: enable API docs through /docs via Swagger

This commit is contained in:
sBubshait 2025-07-23 13:36:27 +03:00
parent 638e6343c9
commit a932b42adb

View File

@ -19,3 +19,9 @@ spring:
server: server:
port: 8080 port: 8080
springdoc:
api-docs:
path: /v3/api-docs
swagger-ui:
path: /docs