Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Functional\Users\Http\Controllers\AuthController;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
// Le préfixe api/ est ajouté par UsersServiceProvider::withRouting() : GET /api/me.
|
||||
Route::get('me', [AuthController::class, 'me'])->middleware('auth:sanctum');
|
||||
Reference in New Issue
Block a user