mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 07:32:31 -05:00
Remove the user API route
This commit is contained in:
parent
c7163fa6f9
commit
fc599e4996
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue