Skip to content

Commit

Permalink
[refactor] #151 add todo to explain unbounded packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdwns414 committed Sep 21, 2024
1 parent 27f33b2 commit 5dd638d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.springframework.web.bind.annotation.RestControllerAdvice;
import org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice;

// TODO: 구현을 숨기고 이해를 어렵게한다는 이유로 곧 disable될 예정
@RestControllerAdvice(basePackages = "org.kkumulkkum.server")
public class ResponseDtoAdvice implements ResponseBodyAdvice<Object> {

Expand Down

0 comments on commit 5dd638d

Please sign in to comment.