Skip to content

Commit 5ec9562

Browse files
authored
Merge pull request #569 from DSM-PICK/568-주말-급식-공지-문제-해결
fix :: 주말급식 문제 해결
2 parents 840634b + a2c5c49 commit 5ec9562

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)