Revert "Reapply "archive 삭제""

This reverts commit aec9ae8c43.
This commit is contained in:
2026-04-09 10:45:31 +09:00
parent 7225e53760
commit 4510784946
245 changed files with 3799 additions and 0 deletions
@@ -0,0 +1,3 @@
컨트롤러는 **클라이언트 요청을 처리**하는 역할을 합니다.
HTTP 요청을 받아 적절한 서비스로 전달하고, 서비스에서 처리된 결과를 클라이언트에게 반환합니다.
`@Controller()` 데코레이터로 정의합니다.