diff options
author | Frankie B <git@diskfloppy.me> | 2023-06-13 23:23:20 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-06-14 22:15:44 +0100 |
commit | 34a54c53298da00b7fb44d2a35a9c7086fbd0051 (patch) | |
tree | ef584cbb4c6e4381e494ef9b20697241a378b347 /routes/api.php | |
parent | 8e627b16712e90134919c7366dffa4993a13165a (diff) |
Remove unnecessary stuff
Watch everything break when I do this
Diffstat (limited to 'routes/api.php')
-rw-r--r-- | routes/api.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/routes/api.php b/routes/api.php index 889937e..fa84410 100644 --- a/routes/api.php +++ b/routes/api.php @@ -13,7 +13,3 @@ use Illuminate\Support\Facades\Route; | be assigned to the "api" middleware group. Make something great! | */ - -Route::middleware('auth:sanctum')->get('/user', function (Request $request) { - return $request->user(); -}); |