Add (political checks)

This commit is contained in:
2023-11-28 19:32:42 +08:00
parent 50dce76e55
commit 21ae20a600
10 changed files with 66 additions and 2 deletions

View File

@@ -99,6 +99,8 @@
return 'ok';
});
Route::get('/blacklistkw', [App\Http\Controllers\Tests\TestController::class, 'blacklistkw']);
Route::get('/prm', [App\Http\Controllers\Tests\TestController::class, 'prm']);
Route::get('/opml', [App\Http\Controllers\Tests\TestController::class, 'opml']);