refactor:拆分 API 路由与请求校验,统一 final 类和代码风格
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
namespace App\Http\Controllers\Api\V1\Admin\Config;
|
||||
|
||||
use App\Http\Controllers\Controller;
|
||||
use App\Models\OddsVersion;
|
||||
use App\Services\Config\OddsStreamService;
|
||||
use App\Support\AdminApiList;
|
||||
use App\Support\AdminConfigPresenter;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Support\AdminApiList;
|
||||
use Illuminate\Http\JsonResponse;
|
||||
use App\Http\Controllers\Controller;
|
||||
use App\Support\AdminConfigPresenter;
|
||||
use App\Services\Config\OddsStreamService;
|
||||
|
||||
/** GET /api/v1/admin/config/odds-versions */
|
||||
final class OddsVersionIndexController extends Controller
|
||||
|
||||
Reference in New Issue
Block a user