{
error: {
message: "Unauthorized"
}
}
If you removed Auth middleware but still getting unauthorized means there may be route cache. Try using php artisan route:clear and check.
{
error: {
message: "Unauthorized"
}
}
If you removed Auth middleware but still getting unauthorized means there may be route cache. Try using php artisan route:clear and check.