ok
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user