Update web.php
This commit is contained in:
@@ -27,9 +27,7 @@ Route::get('/preview', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
Route::get('/download/android', function () {
|
Route::get('/download/android', function () {
|
||||||
return response()->download(public_path('app/karudhaas.apk'), 'karudhaas.apk', [
|
return redirect("https://play.google.com/store/apps/details?id=dev.baraveli.karudhaas");
|
||||||
'Content-type' => 'application/x-binary'
|
|
||||||
]);
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Route::get('/article/{source}/{guid}', [ArticlesController::class, 'show'])->name('articles.show');
|
Route::get('/article/{source}/{guid}', [ArticlesController::class, 'show'])->name('articles.show');
|
||||||
|
|||||||
Reference in New Issue
Block a user