This commit is contained in:
ct
2025-06-08 04:39:38 +08:00
parent 862a6bb19e
commit 8d6e86ebb3
40 changed files with 838 additions and 1601 deletions

View File

@@ -2,4 +2,4 @@
use App\Http\Controllers\TestController;
Route::get('RunVideoRenderPipelineJob', [TestController::class, 'RunVideoRenderPipelineJob']);
Route::get('/', [TestController::class, 'index'])->name('test');