From 93b8bbe8faef6b3f079e9462f17c3210eec9a35b Mon Sep 17 00:00:00 2001 From: merdan Date: Tue, 30 Aug 2022 12:26:00 +0500 Subject: [PATCH] wellknow ss --- .../pki-validation/CC905B7DBFC9820D09FF9B24B5F8782C.txt} | 0 routes/web.php | 4 ---- 2 files changed, 4 deletions(-) rename public/{ssl.txt => .well-known/pki-validation/CC905B7DBFC9820D09FF9B24B5F8782C.txt} (100%) 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