- Add view count increment in findOne() and findBySlug() methods - Create findOneWithoutIncrement() for internal operations - Update remove(), archive(), and publish() to use findOneWithoutIncrement() - Prevents view count inflation from admin operations - Matches live blog view tracking implementation |
||
|---|---|---|
| .. | ||
| modules | ||
| app.controller.spec.ts | ||
| app.controller.ts | ||
| app.module.ts | ||
| app.service.ts | ||
| main.ts | ||