Skip to content

Commit

Permalink
Add Broken BadWordFilter AOP
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Dec 29, 2023
1 parent ac73d02 commit 78ee01d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import org.springframework.stereotype.Component

@Aspect
@Component
class AuthAspect {
class BadWordFilterAspect {

@Around("@annotation($BASE_PACKAGE)")
fun filter(pjp: ProceedingJoinPoint): Any {
Expand Down

0 comments on commit 78ee01d

Please sign in to comment.