We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50491cc + 1b43902 commit 4c6797bCopy full SHA for 4c6797b
src/main/java/DiffLens/back_end/global/security/SecurityConfig.java
@@ -52,11 +52,11 @@ public SecurityFilterChain securityFilterChain(
52
.authorizeHttpRequests(
53
request ->
54
request.requestMatchers(
55
- "/api/images/**",
+ "/images/**",
56
"/swagger-ui/**",
57
"/v3/api-docs/**",
58
- "/api/auth/signup/**",
59
- "/api/auth/login/**",
+ "/auth/signup/**",
+ "/auth/login/**",
60
"/oauth2/**"
61
)
62
.permitAll()
0 commit comments