sarga/routes/web.php

16 lines
504 B
PHP
Raw Normal View History

2018-06-12 04:34:00 +00:00
<?php
/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
2022-06-09 12:14:12 +00:00
*/
Route::get('app-adds.txt',function(){
return 'facebook.com, 333307141073441, RESELLER, c3e20eee3f780d68';
});