Update (test): add indexing route

This commit is contained in:
2023-09-26 02:19:54 +08:00
parent 355107dc44
commit adc983ef3a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
use App\Models\Post;
use Exception;
use IndexNow;
use LaravelFreelancerNL\LaravelIndexNow\Facades\IndexNow;
use LaravelGoogleIndexing;
class PublishIndexPostTask