쿼츠 블로그를 위해 대공사

This commit is contained in:
2026-04-08 13:07:41 +09:00
parent 123642831e
commit 1319881195
606 changed files with 50625 additions and 2 deletions
@@ -0,0 +1,3 @@
컨트롤러는 **클라이언트 요청을 처리**하는 역할을 합니다.
HTTP 요청을 받아 적절한 서비스로 전달하고, 서비스에서 처리된 결과를 클라이언트에게 반환합니다.
`@Controller()` 데코레이터로 정의합니다.