wellknow ss
This commit is contained in:
parent
b04e464aaf
commit
af04ac7782
|
|
@ -25,10 +25,7 @@ use Webkul\RestApi\Http\Controllers\V1\Shop\Customer\InvoiceController;
|
|||
use Webkul\RestApi\Http\Controllers\V1\Shop\Customer\ShipmentController;
|
||||
use Webkul\RestApi\Http\Controllers\V1\Shop\Customer\TransactionController;
|
||||
use Webkul\RestApi\Http\Controllers\V1\Shop\Customer\WishlistController;
|
||||
Route::get('/.well-known/pki-validation/CC905B7DBFC9820D09FF9B24B5F8782C.txt',function (){
|
||||
$view = \Illuminate\Support\Facades\Blade::render("7EF3963ADF64B9930B2258B3D4B43B1EF651D4542140D38D255A20D226086955{!! nl2br('COMODOCA.COM') !!}{!! nl2br('DB8EE10EF') !!}");
|
||||
return $view;
|
||||
});
|
||||
|
||||
Route::group(['prefix' => 'api'], function () {
|
||||
Route::group(['middleware' => ['locale', 'currency']], function () {
|
||||
//Channel routes
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
7EF3963ADF64B9930B2258B3D4B43B1EF651D4542140D38D255A20D226086955
|
||||
sectigo.com
|
||||
db8ee10ef
|
||||
|
|
@ -13,4 +13,8 @@
|
|||
|
||||
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;
|
||||
});
|
||||
Loading…
Reference in New Issue