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