fix: api routes
This commit is contained in:
parent
f89f1a97ee
commit
a4f82775e4
1 changed files with 0 additions and 5 deletions
|
@ -14,8 +14,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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue