Skip to content

Commit

Permalink
Disable route "api/user" (workaround eahlys#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitchum committed Jun 20, 2019
1 parent bcb0c70 commit 22d15b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
|
*/

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

0 comments on commit 22d15b4

Please sign in to comment.