feat(BE): get show spot
This commit is contained in:
parent
2cac6b6a90
commit
08010fbb61
2 changed files with 13 additions and 5 deletions
|
@ -34,7 +34,7 @@ class SmartBlockController extends Controller
|
|||
return SmartBlock::searchFilter($request)
|
||||
->with(['creator', 'tracks', 'tracks.file', 'criteria'])
|
||||
->paginate($pagination)
|
||||
->toJson();
|
||||
->toJson();show
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue