1
0
mirror of https://github.com/robonen/education-project.git synced 2026-03-20 10:54:31 +00:00
This commit is contained in:
nikden13
2020-12-16 23:53:37 +07:00
parent 1726a499d1
commit 523f70972b
2 changed files with 23 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class UserController extends Controller
$user = auth()->user()->parent;
break;
}
return response()->json($user);
return response()->json($user, 200);
}
}