1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-17 18:40:17 -04:00

Remove the user API route

This commit is contained in:
Kevin MacMartin 2024-03-20 16:09:00 -04:00
parent c7163fa6f9
commit fc599e4996

View file

@ -3,16 +3,6 @@
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Route;
/*
|--------------------------------------------------------------------------
| Authentication
|--------------------------------------------------------------------------
*/
Route::get('/user', function (Request $request) {
return $request->user();
})->middleware('auth:sanctum');
/*
|--------------------------------------------------------------------------
| Get Routes