add dispatch jobs

This commit is contained in:
2025-11-29 09:06:05 +03:00
parent 1ec7e58088
commit 81bed4dc47
3 changed files with 10 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ class ProjectsController extends Controller
{
public function index()
{
// написать запрос в базу данных для проверки токена
return response()->json(Project::all()->toJson());
}