added it_check_if_user_exist_and_return_name_with_avatar, it_check_non_existed_user_and_return_not_found test

This commit is contained in:
Peter Papp
2021-03-14 10:56:50 +01:00
parent 9c3c044623
commit 5778de20f2
6 changed files with 88 additions and 106 deletions

View File

@@ -5,7 +5,6 @@ use App\Http\Controllers\User\AccountController;
use App\Http\Controllers\User\PaymentMethodsController;
use App\Http\Controllers\User\SubscriptionController;
// TODO: testy
Route::post('/check', [AuthController::class, 'check_account']);
Route::post('/register', [AuthController::class, 'register']);
Route::post('/login', [AuthController::class, 'login']);