Skip to content

Commit eeda6ed

Browse files
committed
fix: 테스트 UI 문제 리스트 안 나오는 현상 수정
1 parent 02f4b3f commit eeda6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/ezcode/codetest/common/security/util/SecurityPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class SecurityPath {
1717
"/actuator/**",
1818
"/chatting",
1919
"/submit-test/**",
20-
"/problems/**",
20+
"/api/problems/**",
2121
"/ws/**",
2222
"/swagger-ui/**",
2323
"/swagger-resources/**",

0 commit comments

Comments
 (0)