Skip to content

Commit a2c5c49

Browse files
author
imhanseong
committed
fix :: 주말급식 문제 해결
1 parent 840634b commit a2c5c49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ class SecurityConfig(
126126
"/application/status",
127127
"/weekend-meal/my-status",
128128
"/user/profile",
129-
"/notification/**"
129+
"/notification/**",
130+
"/weekend-meal/period"
130131
).hasRole(Role.STU.name)
131132
.antMatchers(
132133
HttpMethod.PATCH,

0 commit comments

Comments
 (0)