Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdevde committed May 25, 2020
1 parent 17cfb90 commit 62bd14c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@
|
*/

Route::middleware('auth:api')->get('/user', function (Request $request) {
return $request->user();
});

0 comments on commit 62bd14c

Please sign in to comment.