user info with the balance

This commit is contained in:
saparatayev 2022-01-25 15:32:44 +05:00
parent 35f8ef3777
commit fb450d7452
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ Route::group(['prefix' => 'api'], function() {
'username' => $userModel->username,
'email' => $userModel->email,
'is_activated' => $userModel->is_activated,
'user_balance' => $userModel->user_balance
];
}
// if no errors are encountered we can return a JWT