From c09d7c735756473aed7fcbd00f47502796cabf8e Mon Sep 17 00:00:00 2001 From: DDonghyeo Date: Mon, 27 May 2024 23:38:54 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Ddocs=20:=20weather=20service=20spri?= =?UTF-8?q?ngdoc=20path=20modified?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weather-service/src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weather-service/src/main/resources/bootstrap.yml b/weather-service/src/main/resources/bootstrap.yml index a39d8107..3ff9f8c9 100644 --- a/weather-service/src/main/resources/bootstrap.yml +++ b/weather-service/src/main/resources/bootstrap.yml @@ -33,7 +33,7 @@ springdoc: api-docs: version: openapi_3_0 enabled: true - path: /noti/v3/api-docs + path: /weather/v3/api-docs default-consumes-media-type: application/json default-produces-media-type: application/json enable-spring-security: true \ No newline at end of file