From a932b42adbb77a034d73f279cf7b4158269befbb Mon Sep 17 00:00:00 2001 From: sBubshait Date: Wed, 23 Jul 2025 13:36:27 +0300 Subject: [PATCH] feat: enable API docs through /docs via Swagger --- backend/src/main/resources/application.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index 541a4fe..44b757a 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -19,3 +19,9 @@ spring: server: port: 8080 + +springdoc: + api-docs: + path: /v3/api-docs + swagger-ui: + path: /docs