Skip to content

Commit d93e49a

Browse files
authored
Merge pull request #213 from limgahyun/main
environment: swagger path 수정
2 parents cb7d99b + ea06ba3 commit d93e49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ springdoc:
2121
default-produces-media-type: application/json
2222
swagger-ui:
2323
operations-sorter: alpha # 오름차순
24-
path: /swagger-ui.html
24+
path: /swagger
2525

2626
logging.level:
2727
org.hibernate.SQL: debug

0 commit comments

Comments
 (0)