In Laravel I have web.php file with these routes:
web.php
Route::get(\'/\', [TasksController::class, \'gettasks\']); Route::get(\'/tasks/gettasks\', [Tas