feat: add leader board

This commit is contained in:
2025-09-11 12:16:24 +03:30
parent b4bc60ec90
commit 0b73e9d095
2 changed files with 31 additions and 16 deletions
+3 -1
View File
@@ -58,7 +58,9 @@
// --------- user profile
Route::post('/profile', [UserController::class, 'updateProfile']);
Route::get('/profile', [UserController::class, 'profile']);
////-- leader board
Route::get('/leader-board', [UserController::class, 'leaderBoard']);
///-- mood routes