Skip to content

Commit

Permalink
add :: print lecture result by lecture security config
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTaeO committed Sep 12, 2024
1 parent 120d253 commit 2f2afa0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class SecurityConfig(
.mvcMatchers(HttpMethod.PATCH, "/lecture/{id}/cancel").hasAnyRole(ADMIN, TEACHER, BBOZZAK, COMPANY_INSTRUCTOR, PROFESSOR, GOVERNMENT)
.mvcMatchers(HttpMethod.GET, "/lecture/division").hasAnyRole(ADMIN, COMPANY_INSTRUCTOR, PROFESSOR, GOVERNMENT)
.mvcMatchers(HttpMethod.GET, "/lecture/excel").hasRole(ADMIN)
.mvcMatchers(HttpMethod.GET, "/lecture/excel_lecture").hasRole(ADMIN)

// faq
.mvcMatchers(HttpMethod.POST, "/faq").hasRole(ADMIN)
Expand Down

0 comments on commit 2f2afa0

Please sign in to comment.