testpao controller
This commit is contained in:
@@ -6294,3 +6294,5 @@ Route::get('/ordineclientegm/{id}', function($id){
|
||||
$clients = Clientegm::where('CodClienteInternet', $id)->get();
|
||||
dd($clients);
|
||||
});
|
||||
|
||||
Route::get('/provapao', [TestPaoController::class, 'provapao']);
|
||||
|
||||
Reference in New Issue
Block a user