Update web.php
This commit is contained in:
@@ -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'
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user