Revert "archive 삭제"

This reverts commit 973af1937e.
This commit is contained in:
2026-04-09 10:17:21 +09:00
parent 3ff1886267
commit 69ab355bb9
245 changed files with 3799 additions and 0 deletions
@@ -0,0 +1,12 @@
``` plaintext
src/
└── movie/
├── dto/
│ ├── create-movie.dto.ts
│ └── update-movie.dto.ts
├── entities/
│ └── movie.entity.ts
├── movie.controller.ts
├── movie.module.ts
└── movie.service.ts
```