Skip to content

Commit

Permalink
refactor: (#806) 필터에서 notices url 수정 (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdtls690 authored Oct 19, 2023
1 parent 2e3cc31 commit d33838b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class JwtAuthenticationFilter extends OncePerRequestFilter {
private static final Map<String, String> MATCH_URI_METHOD = new HashMap<>(
Map.ofEntries(
Map.entry("^/posts/.+/comments$", "GET"),
Map.entry("^/notices/.*$", "GET")
Map.entry("^/notices.*$", "GET")
)
);

Expand Down

0 comments on commit d33838b

Please sign in to comment.