feat: log section
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user