Update web.php

This commit is contained in:
2020-08-24 10:41:12 +05:00
parent 2a74b87b30
commit e789b0b598

View File

@@ -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'
]);
});