diff --git a/routes/api.php b/routes/api.php index f89551ddfc..5f4cc3f27e 100755 --- a/routes/api.php +++ b/routes/api.php @@ -20,7 +20,3 @@ use Illuminate\Http\Request; | is assigned the "api" middleware group. Enjoy building your API! | */ - -Route::get('/user', function (Request $request) { - return $request->user(); -})->middleware('auth:api');