Код: Выделить всё
Symfony\Component\Routing\Exception\RouteNotFoundException: Route [login] not defined. in file C:\Users\Moeme\Documents\School\HsLeiden\Keuzevakken\IKFRAM\sla ticketsystem\ticketsystem\vendor\laravel\framework\src\Illuminate\Routing\UrlGenerator.php on line 444
Это то, что у меня есть в маршрутах\api.php
Код: Выделить всё
Route::middleware('auth:sanctum')->get('/user', function (Request $request) {
return $request->user();
});
Спасибо за помощь
Подробнее здесь: https://stackoverflow.com/questions/695 ... ot-defined