Skip to content

Commit

Permalink
refactor: add url
Browse files Browse the repository at this point in the history
  • Loading branch information
sectionr0 committed Aug 8, 2024
1 parent 9902624 commit 2513fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class CustomUrlFilter(
"/api/v1/votes/**",
"/api/v1/reports/**",
"/api/v1/notifications/**",
"/api/v1/schools/search/**",
)

override fun doFilterInternal(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class SecurityConfig(
"/api/v1/auth/reissue",
"/api/v1/users/backgrounds",
"/api/v1/users/characters",
"/api/v1/users/search",
"/api/v1/schools/search/**"
).permitAll()
.anyRequest().authenticated()
}
Expand Down

0 comments on commit 2513fe7

Please sign in to comment.