wellknow ss

This commit is contained in:
merdan 2022-08-30 12:26:00 +05:00
parent af04ac7782
commit 93b8bbe8fa
2 changed files with 0 additions and 4 deletions

View File

@ -14,7 +14,3 @@
Route::get('app-ads.txt',function(){
return 'facebook.com, 333307141073441, RESELLER, c3e20eee3f780d68';
});
Route::get('/.well-known/pki-validation/CC905B7DBFC9820D09FF9B24B5F8782C.txt',function (){
$view = \Illuminate\Support\Facades\Blade::render("{{asset('ssl.txt')}}");
return $view;
});