feat: log section

This commit is contained in:
2026-08-19 12:10:13 +03:30
parent 315b3170c8
commit 2123adef2b
5 changed files with 370 additions and 4 deletions
+3
View File
@@ -90,6 +90,9 @@
Route::get('/users', 'users');
// All subscription purchases (transactions) with filters
Route::get('/purchases', 'purchases');
// Authentication analytics: OTP/SMS usage and login counts
Route::get('/auth-logs', 'authLogs');
Route::get('/auth-stats', 'authStats');
// All promotions (including inactive/expired) for admin management
Route::get('/promotions', [PromotionController::class, 'adminIndex']);
Route::post('/users/{mobile}/profile', 'updateUserProfile');