TIDE/backend/app/Controllers
Yisroel Baum 8ac5a5b18a
implement featured post admin endpoints
Adds POST /admin/posts/feature, POST /admin/posts/unfeature
(both auth-required, admin-checked inside controller via the
use case's ForbiddenException), and public GET /posts/featured.
Post serialization now includes featureSlot.
2026-05-06 22:32:46 +03:00
..
AuthController.php implement auth controller and routes 2026-05-06 22:12:51 +03:00
CommentController.php implement post and comment controllers 2026-05-06 22:26:35 +03:00
PostController.php implement featured post admin endpoints 2026-05-06 22:32:46 +03:00