crud de canales de venta y sectores

This commit is contained in:
2021-07-12 10:23:15 -04:00
parent 6eba4aa52b
commit 4f1dfd1221
8 changed files with 228 additions and 11 deletions

View File

@@ -93,6 +93,6 @@ class RestaurantesController extends Controller {
$restaurant = Restaurante::findOrFail($id);
$restaurant->delete();
return response()->json($restaurant);
return response()->json([], 204);
}
}