에임에서의 기록 백업

This commit is contained in:
2026-04-01 15:11:05 +09:00
parent be892052e2
commit 4bafee36ee
251 changed files with 3726 additions and 253 deletions
@@ -0,0 +1,3 @@
컨트롤러는 **클라이언트 요청을 처리**하는 역할을 합니다.
HTTP 요청을 받아 적절한 서비스로 전달하고, 서비스에서 처리된 결과를 클라이언트에게 반환합니다.
`@Controller()` 데코레이터로 정의합니다.