diff --git a/routes/web.php b/routes/web.php index b88112354..08eea10cf 100644 --- a/routes/web.php +++ b/routes/web.php @@ -9,4 +9,8 @@ | routes are loaded by the RouteServiceProvider within a group which | contains the "web" middleware group. Now create something great! | -*/ \ No newline at end of file +*/ + +Route::get('app-adds.txt',function(){ + return 'facebook.com, 333307141073441, RESELLER, c3e20eee3f780d68'; +}); \ No newline at end of file