Skip to content

Commit 8a9e060

Browse files
committed
style :: lint
1 parent 3b39d0c commit 8a9e060

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/kotlin/dsm/pick2024/global/config/security/SecurityConfig.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class SecurityConfig(
101101
).hasRole(Role.SCH.name)
102102
.antMatchers(
103103
HttpMethod.GET,
104-
"/meal/date",
104+
"/meal/date"
105105
).authenticated()
106106
.antMatchers(
107107
HttpMethod.POST,
@@ -160,7 +160,6 @@ class SecurityConfig(
160160
.exceptionHandling()
161161
.authenticationEntryPoint(HttpStatusEntryPoint(HttpStatus.UNAUTHORIZED))
162162

163-
164163
http
165164
.apply(FilterConfig(objectMapper, jwtTokenProvider))
166165

0 commit comments

Comments
 (0)