We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b39d0c commit 8a9e060Copy full SHA for 8a9e060
src/main/kotlin/dsm/pick2024/global/config/security/SecurityConfig.kt
@@ -101,7 +101,7 @@ class SecurityConfig(
101
).hasRole(Role.SCH.name)
102
.antMatchers(
103
HttpMethod.GET,
104
- "/meal/date",
+ "/meal/date"
105
).authenticated()
106
107
HttpMethod.POST,
@@ -160,7 +160,6 @@ class SecurityConfig(
160
.exceptionHandling()
161
.authenticationEntryPoint(HttpStatusEntryPoint(HttpStatus.UNAUTHORIZED))
162
163
-
164
http
165
.apply(FilterConfig(objectMapper, jwtTokenProvider))
166
0 commit comments