6 lines
144 B
PHP
6 lines
144 B
PHP
<?php
|
|
|
|
use App\Http\Controllers\TestController;
|
|
|
|
Route::get('RunVideoRenderPipelineJob', [TestController::class, 'RunVideoRenderPipelineJob']);
|