Skip to content

Commit

Permalink
feat: ADMIN_URI에 chatRoom 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gutanbug committed Jan 24, 2024
1 parent b4beeaa commit 24791a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class SecurityConfig {
};

private static final String[] ADMIN_URI = {
"/admin/**", "/test/auth", "/manage/**"
"/admin/**", "/test/auth", "/manage/**", "/chatRoom/**"
};


Expand Down

0 comments on commit 24791a4

Please sign in to comment.