Skip to content

Commit 1f963b8

Browse files
committed
📝 docs: swagger ui 경로 변경
1 parent 66e3abf commit 1f963b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spring.jpa.properties.hibernate.format_sql=true
1515
spring.jpa.properties.hibernate.use_sql_comments=true
1616

1717
# Swagger
18-
springdoc.swagger-ui.path=/swagger-ui.html
18+
springdoc.swagger-ui.path=/api/swagger-ui.html
1919
springdoc.api-docs.path=/api-docs
2020
springdoc.group-configs[0].group=default
2121
springdoc.group-configs[0].paths-to-match=/**

0 commit comments

Comments
 (0)