diff --git a/routes/web.php b/routes/web.php index f39dc87..c23a781 100644 --- a/routes/web.php +++ b/routes/web.php @@ -31,7 +31,7 @@ Route::get('/preview', function () { Route::get('/download/android', function () { return response()->download(public_path('app/karudhaas.apk'), 'karudhaas.apk', [ - 'Content-type' => 'application/apk' + 'Content-type' => 'application/x-binary' ]); });