Skip to content

Commit 320bce4

Browse files
committed
fix: api-docs 경로를 /api/docs.html로 변경
- CloudFront 프록시 경로(/api/**)에 맞게 수정 - static/api-docs.html → static/api/docs.html 이동 - SecurityConfig permitAll 경로 업데이트
1 parent cefc104 commit 320bce4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/main/java/com/maru/config/SecurityConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
6363
// Swagger UI
6464
"/swagger-ui/**",
6565
"/swagger-ui.html",
66-
"/api-docs.html",
66+
"/api/docs.html",
6767
"/v3/api-docs/**",
6868
"/webjars/**"
6969
).permitAll()
File renamed without changes.

0 commit comments

Comments
 (0)