few days ago all are working as fine but suddenly today i tested some apis again unforunately some of the apis are working some are returning {
“error”: “Manager or User not found”
}
i thought problem is with my api and i added some logs and tested, but not even one log including request log too didn’t print any output. i thought problem is with my routing so i created a sample function that return json response only, and created a new routing, that too not working suddenly, idk how to find the problem
get all managers list api returning some qquer results, but Route::get(‘/manager/pending’, [ManagerController::class, ‘pendingManagers’]); this is not even reaching the function
Pirabakaran Yathavan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.