wip
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<?php
|
||||
|
||||
use App\Http\Controllers\ProfileController;
|
||||
use App\Modules\ApiAuth\Controllers\ApiAuthController;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
@@ -23,6 +24,6 @@ Route::middleware('auth:sanctum')
|
||||
|
||||
Route::middleware(['auth:sanctum', 'banned'])->group(function () {
|
||||
// Profile...
|
||||
// Route::get('profile', [ProfileController::class, 'index']);
|
||||
// Route::post('profile', [ProfileController::class, 'store']);
|
||||
Route::get('profile', [ProfileController::class, 'index']);
|
||||
Route::post('profile', [ProfileController::class, 'store']);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user