This commit is contained in:
2025-06-11 19:22:13 +05:00
parent 5dfce35a84
commit fe97a26ebb
2 changed files with 14 additions and 3 deletions

View File

@@ -59,11 +59,11 @@ Route::get('provinces', [ProvinceController::class, 'index']);
Route::get('base-app-enums', [BaseAppEnumController::class, 'index']);
Route::middleware(['auth:sanctum', 'not_banned'])->group(function () {
// Profile...
// Profile... [tested fully]
Route::get('profile', [ProfileController::class, 'index']);
Route::post('profile', [ProfileController::class, 'store']);
// Metrics...
// Metrics... [tested fully]
Route::get('/metrics', [MetricsController::class, 'index']);
// Loan order... [tested expect: update]