feat(BE): get show spot

This commit is contained in:
Michael 2025-07-04 11:40:13 +02:00
parent 2cac6b6a90
commit 08010fbb61
2 changed files with 13 additions and 5 deletions

View file

@ -34,7 +34,7 @@ class SmartBlockController extends Controller
return SmartBlock::searchFilter($request)
->with(['creator', 'tracks', 'tracks.file', 'criteria'])
->paginate($pagination)
->toJson();
->toJson();show
}
/**