Skip to content

Commit

Permalink
📝docs : weather service springdoc path modified
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo committed May 27, 2024
1 parent 4a51311 commit c09d7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weather-service/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c09d7c7

Please sign in to comment.