Skip to content

Commit

Permalink
Modified api routes (nothing)
Browse files Browse the repository at this point in the history
  • Loading branch information
tipmisle committed Dec 12, 2017
1 parent a33d242 commit 73701f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

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

0 comments on commit 73701f2

Please sign in to comment.