dwindown 12850ab12d feat: complete admin backend controllers and services
- AdminPlansController & Service (CRUD, reorder)
- AdminPaymentMethodsController & Service (CRUD, reorder)
- AdminPaymentsController & Service (verify, reject, pending count)
- AdminUsersController & Service (search, suspend, grant pro access, stats)
- AdminConfigController & Service (dynamic config management)
- Wire all controllers into AdminModule
- Import AdminModule in AppModule

Admin API Routes:
- GET/POST/PUT/DELETE /admin/plans
- GET/POST/PUT/DELETE /admin/payment-methods
- GET /admin/payments (with status filter)
- POST /admin/payments/:id/verify
- POST /admin/payments/:id/reject
- GET /admin/users (with search)
- POST /admin/users/:id/grant-pro
- GET/POST/DELETE /admin/config

All routes protected by AuthGuard + AdminGuard
2025-10-11 14:32:45 +07:00
2025-10-09 12:52:41 +07:00
2025-10-09 12:52:41 +07:00
2025-10-09 12:52:41 +07:00
2025-10-09 12:52:41 +07:00
2025-10-09 12:52:41 +07:00
2025-10-09 12:52:41 +07:00
2025-10-09 12:52:41 +07:00
2025-10-09 12:52:41 +07:00
2025-10-09 12:52:41 +07:00
Description
No description provided
2.2 MiB
Languages
TypeScript 97%
CSS 2.1%
Shell 0.6%
JavaScript 0.2%