t
This commit is contained in:
@@ -6059,7 +6059,7 @@ Route::get('/ordineclientegm/{id}', function ($id) {
|
|||||||
Route::get('/provapao', [TestPaoController::class, 'provapao']);
|
Route::get('/provapao', [TestPaoController::class, 'provapao']);
|
||||||
|
|
||||||
function showarray($array) {
|
function showarray($array) {
|
||||||
json_encode($array, JSON_PRETTY_PRINT);
|
echo '<pre>' . json_encode($array, JSON_PRETTY_PRINT) . '</pre>';
|
||||||
};
|
};
|
||||||
|
|
||||||
Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $postid) {
|
Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $postid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user