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 basic structure setup 2026-01-10 19:41:04 +01:00
app.controller.ts prod 2026-02-22 05:30:47 +01:00
app.module.ts fix: use APP_GUARD provider for global authentication guard 2026-02-28 16:49:24 +01:00
app.service.ts basic structure setup 2026-01-10 19:41:04 +01:00
main.ts fix: use APP_GUARD provider for global authentication guard 2026-02-28 16:49:24 +01:00