diff --git a/public/ssl.txt b/public/.well-known/pki-validation/CC905B7DBFC9820D09FF9B24B5F8782C.txt similarity index 100% rename from public/ssl.txt rename to public/.well-known/pki-validation/CC905B7DBFC9820D09FF9B24B5F8782C.txt diff --git a/routes/web.php b/routes/web.php index 5e20aed96..df5631209 100755 --- a/routes/web.php +++ b/routes/web.php @@ -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; -}); \ No newline at end of file