placebo.mk/backend/src
echo bba5a018ab fix: implement article view count tracking
- 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
2026-03-01 00:20:46 +01:00
..
modules fix: implement article view count tracking 2026-03-01 00:20:46 +01:00
app.controller.spec.ts
app.controller.ts
app.module.ts
app.service.ts
main.ts