added api for dashboards

This commit is contained in:
Denis Duliçi
2021-01-29 19:23:07 +03:00
parent 1029f1492f
commit b112c9a561
7 changed files with 210 additions and 4 deletions

View File

@ -9,12 +9,9 @@ use App\Jobs\Common\DeleteItem;
use App\Jobs\Common\UpdateItem;
use App\Models\Common\Item;
use App\Transformers\Common\Item as Transformer;
use App\Traits\Uploads;
class Items extends ApiController
{
use Uploads;
/**
* Display a listing of the resource.
*