From f9eed16e26ffe121f5ad9ef2401b13d4db6c637d Mon Sep 17 00:00:00 2001 From: Charles Teh Date: Tue, 26 Sep 2023 02:28:59 +0800 Subject: [PATCH] Update (test): add indexing route --- routes/tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/tests.php b/routes/tests.php index 72b73d7..01d3f18 100644 --- a/routes/tests.php +++ b/routes/tests.php @@ -28,7 +28,7 @@ | */ -Route::get('/indexing', [App\Http\Controllers\Test\TestController::class, 'indexing']); +Route::get('/indexing', [App\Http\Controllers\Tests\TestController::class, 'indexing']); Route::get('/serp-ai-gen', function (Request $request) { AISerpGenArticleJob::dispatch()->onQueue('default')->onConnection('default');